/dotfiles

My personal dotfiles

Primary LanguageShell

dotfiles

How to set up a fresh macOS

  1. Update macOS to the latest version through system preferences
  2. Setup an SSH key:
curl https://raw.githubusercontent.com/jatnnik/dotfiles/HEAD/ssh.sh | sh -s "<your-email-address>"
  1. Clone this repo to ~/.dotfiles:
git clone git@github.com:jatnnik/dotfiles.git ~/.dotfiles
  1. Run the installation script:
cd ~/.dotfiles && chmod +x ./setup.sh && ./setup.sh