git clone https://github.com/embolden/dotfiles.git ~/Code
cd ~/.
ln -s ~/Code/dotfiles/.zshenv ~/
ln -s ~/Code/dotfiles/.zshrc ~/
touch ~/.hushlogin
@todo
ln -s ~/Code/dotfiles/.gitignore_global ~/
git config --global core.excludesfile ~/.gitignore_global
mklink /H %USERPROFILE%\.gitignore C:\Users\Matt\Projects\dotfiles\.gitignore_global
git config --global core.excludesFile "%USERPROFILE%\.gitignore_global"
https://pawelgrzybek.com/sync-vscode-settings-and-snippets-via-dotfiles-on-github/
ln -s ~/Code/dotfiles/Code/settings.json ~/Library/Application\ Support/Code/User/settings.json
ln -s ~/Code/dotfiles/Code/keybindings.json ~/Library/Application\ Support/Code/User/keybindings.json
ln -s ~/Code/dotfiles/Code/snippets/ ~/Library/Application\ Support/Code/User/snippets
mklink /J %APPDATA%\Code\User C:\Users\Matt\Projects\dotfiles\Code\
code --list-extensions > extensions.list
cat extensions.list | xargs -n 1 code --install-extension