These instructions are for setting up new Mac devices. Instead, if you want to get started building your own dotfiles, you can find those instructions below.
After backing up your old Mac you may now follow these install instructions to setup a new one.
-
Generate a new SSH key & add to GitHub profile by running:
curl https://raw.githubusercontent.com/jwtoler/dotfiles/HEAD/ssh.sh | sh -
Clone this repo to
~/.dotfileswith:git clone git@github.com:jwtoler/dotfiles.git ~/.dotfiles -
Run the installation with:
cd ~/.dotfiles && make
-
Restart your computer to finalize the process
Your Mac is now ready to use!
💡 You can use a different location than
~/.dotfilesif you want. Make sure you also update the reference in the.zshrcfile.