개발 환경 프로비저닝
# Change your username & put --use-personal-settings flag (omit if you don't want to use) if you want to use repository predefined settings
bash -s -- --use-personal-settings --username "mnthe" < <(curl -s https://raw.githubusercontent.com/mnthe/dev-env-provisioning/main/setup-linux-ubuntu.sh)
chsh -s /bin/zsh # Change default shell to zshWSL을 사용할 때 credential들을 쉽게 쓰고 싶으면 아래 스크립트 추가 실행
bash < <(curl -s https://raw.githubusercontent.com/mnthe/dev-env-provisioning/main/wsl_link_configs.sh)Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) # Install chocolatey
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/mnthe/dev-env-provisioning/main/setup-windows.ps1'))# Change your username & put --use-personal-settings flag (omit if you don't want to use) if you want to use repository predefined settings
bash -s -- --use-personal-settings --username "mnthe" < <(curl -s https://raw.githubusercontent.com/mnthe/dev-env-provisioning/main/setup-macos.sh)oh-my-posh, oh-my-zsh의 powerlevel10k theme을 쓰기 위해서는 Nerd Font 를 사용해야함
Windows는 기본적으로 FiraCode NF를 설치하게 해 둠