...with heavy inspiration from Dries Vints dotfiles
These instructions are for when you've already set up your dotfiles. If you want to get started with your own dotfiles you can find instructions below.
After going to our checklist above and making sure you backed everything up, we're going to cleanly install macOS with the latest release. Follow this article to cleanly install the latest macOS version.
If you did all of the above you may now follow these install instructions to setup a new Mac.
- Update macOS to the latest version & Install Xcode Command line tools
xcode-select --install
- Setup ssh keys for accessing repositories
- Clone this repo to
~/.dotfiles
- Install oh-my-zsh:
curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
- Run
install.sh
to start the installation - Run the .macos:
source .macos
- Restart your computer to finalize the process
Dries Vints dotfiles project.