This repository helps me setup my Mac development environment quickly. The implementation is inspired by Driesvints dotfiles. He also wrote extensively on the subject so if you want to make your own, check out his repository for tips. Of course, you're also free to copy anything in my own .dofiles 🔥
After backing up an old Mac you can now follow the following instructions to setup a new Mac:
-
Update macOS to the latest version through system preferences.
-
Generate a new public and private SSH key by running:
curl https://raw.githubusercontent.com/BakkerTom/dotfiles/HEAD/ssh.sh | sh -s "<your-email-address>"
-
Clone this repo to
~/.dotfileswith:git clone --recursive git@github.com:BakkerTom/dotfiles.git ~/.dotfiles -
Run the installation with:
cd ~/.dotfiles && ./install.sh