-
Run shell files
source ./install/mac.sh
-
Move MacOS preference files
cp ./system/* /Library/Prefrences/
-
In a TMUX session, press prefix (
ctr
+t
) +I
to install the plugins
- Go to "Turn Windows features on or off" and turn on WSL
- Install Ubuntu and Windows Terminal from Microsoft Store
- Set up DNS configs
- Start WSL and run
git clone https://github.com/keiohtani/dotfiles.git && cd dotfiles && source install/wsl.sh
- Configure Windows Terminal
- Open settings in Windows Terminal and add this in a profile with the name "Ubuntu"
"colorScheme": "Solarized Dark",
"fontSize": 9
- In a TMUX session, press prefix (
ctr
+t
) +I
to install the plugins
- https://learn.microsoft.com/en-us/answers/questions/1296124/how-to-increase-memory-and-cpu-limits-for-wsl2-win
- custom npm registry: neoclide/coc.nvim#2127 (comment)
Additional settings required to use Git Credential Manager (https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-git#git-credential-manager-setup)
git config --global credential.helper "/mnt/c/Users/kohtani/AppData/Local/Programs/Git/mingw64/bin/git-credential-manager.exe"
git config --global credential.https://dev.azure.com.useHttpPath true
- Grammarly
- 1Password
- Vimium