Whenever I need to set up my Mac (basically when upgrading macOS) I just launch this scripts in order to install all the things (!) I need for work and for fun. No more manually installing apps and tools!
If you did all this you may now follow these install instructions to setup a new Mac.
- Update macOS to the latest version with the App Store
- Install Xcode from the App Store, open it and accept the license agreement
- Install macOS Command Line Tools by running
xcode-select --install
- Copy public and private SSH keys to
~/.ssh
and make sure they're set to600
- Clone this repo to
~/.dotfiles
- Run
install.sh
to start the installation
Your Mac is now ready to use!