Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 391 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 391 Bytes

Install homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Make src dir

mkdir ~/src

Clone dotfiles

git clone https://github.com/jfriedlaender/dotfiles.git ~/src/dotfiles

Run dotfiles setup

bash ~/src/dotfiles/setup

Restart macOS

(My dotfiles were based off https://github.com/johncolvin/dotfiles)