- 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
~/.sshand make sure they're set to600 - Clone this repo to
~/.dotfiles - Run
install.shto 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
~/.dotfilesif you want. Just make sure you also update the reference in the.zshrcfile.
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.jsonln -s /Users/<username>/.dotfiles/VSCode/keybindings.json /Users/<username>/Library/Application\ Support/Code/User/keybindings.jsonln -s /Users/<username>/.dotfiles/VSCode/snippets/ /Users/<username>/Library/Application\ Support/Code/User