Skip to content

aofdev/dotfiles

Repository files navigation

My dotfiles 🔧

I'm using the excellent Dotbot to manage everything so setup is super simple⚡️. Just clone this repository and run its ./install script from your home directory.

Steps to bootstrap a new Mac

  1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
  1. Clone repo into new hidden directory.
git clone https://github.com/aofdev/dotfiles ~/.dotfiles
  1. Change the directory ~/.dotfiles
cd ~/.dotfiles
  1. Run Dotbot
./install