Skip to content

SanderPeeters/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up your Mac

  1. Update macOS to the latest version with the App Store
  2. Install Xcode from the App Store, open it and accept the license agreement
  3. Install macOS Command Line Tools by running xcode-select --install
  4. Copy public and private SSH keys to ~/.ssh and make sure they're set to 600
  5. Clone this repo to ~/.dotfiles
  6. Run install.sh to start the installation
  7. 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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published