Skip to content

aofdev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76d4894 Β· Aug 25, 2022

History

25 Commits
Aug 24, 2021
Aug 23, 2021
Aug 25, 2022
Apr 13, 2021
Aug 12, 2021
Aug 23, 2021
Aug 12, 2021
Apr 14, 2021
Oct 20, 2021
Apr 19, 2021
Aug 24, 2021
Aug 24, 2021
Aug 23, 2021
Oct 20, 2021
Oct 20, 2021
Oct 20, 2021

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