Setup and maintain my Mac.
- Commit and push any changes/branches to git repositories
- Backup all important files from non-iCloud/non-Dropbox directories
- Backup important data from local databases
- Signin to Mac App Store and update macOS to the latest version
- Install macOS Command Line Tools:
xcode-select --install
- Generate a new SSH key:
curl https://raw.githubusercontent.com/verycb/dotfiles/HEAD/ssh/init.sh | sh -s "<email-address-1>" "<email-address-2>"
- Clone this repo to
~/Dotfiles
:git clone git@github.com:verycb/dotfiles.git ~/Dotfiles
- Run the bootstrap script:
cd ~/Dotfiles && source bootstrap.sh
- Restart the computer to finalize the process
Enjoy :)