- Update macOS to the latest version with the App Store
- Install Xcode from the App Store, open it and accept the license agreement
- Install macOS Command Line Tools by running
xcode-select --install
- Copy public and private SSH keys to
~/.ssh
and make sure they're set to600
- Clone this repo to
~/.dotfiles
- Run
install.sh
to start the installation - Restart your computer to finalize the process
Your Mac is now ready to use!
Note: you can use a different location than
~/.dotfiles
if you want. Just make sure you also update the reference in the.zshrc
file.
Vscode does not work with automatic symlinking.
Commands to symlink settings:
ln -s /Users/<username>/.dotfiles/VSCode/settings.json /Users/<username>/Library/Application\ Support/Code/User/settings.json
ln -s /Users/<username>/.dotfiles/VSCode/keybindings.json /Users/<username>/Library/Application\ Support/Code/User/keybindings.json
ln -s /Users/<username>/.dotfiles/VSCode/snippets/ /Users/<username>/Library/Application\ Support/Code/User