/dotfiles

Primary LanguageShellMIT LicenseMIT

Dotfiles

My collection of personal dotfiles. Mostly to aid me in bootstrapping a new machone, but if you find something useful, great!

Setting up your Mac

  1. Update macOS to the latest version with the App Store

  2. Generate a new public and private SSH key by running:

     curl https://raw.githubusercontent.com/vinaypuppal/dotfiles/HEAD/scripts/sshsh | sh -s "<your-email-address>"
  3. Clone this repo to ~/.dotfiles with:

        git clone git@github.com:vinaypuppal/dotfiles.git ~/.dotfiles
    
  4. Run the installation with:

        ./install && ./scripts/fresh.sh
  5. After mackup is synced with your cloud storage, restore preferences by running mackup restore

  6. Restart your computer to finalize the process