/dotfiles

Primary LanguageShell

Setting up your Mac

  1. Update macOS to the latest version through system preferences

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

    curl https://raw.githubusercontent.com/tuannda/dotfiles/HEAD/ssh.sh | sh -s "tuannda123@gmail.com"
  3. Clone this repo to ~/.dotfiles with:

    git clone --recursive git@github.com:tuannda/dotfiles.git ~/.dotfiles
  4. Run the installation with:

    cd ~/.dotfiles && ./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

Your Own Dotfiles

brew install mackup
mackup backup