Skip to content

Instantly share code, notes, and snippets.

@koenoe
Last active March 3, 2017 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koenoe/d722e192088814b056afb7807f39abc9 to your computer and use it in GitHub Desktop.
Save koenoe/d722e192088814b056afb7807f39abc9 to your computer and use it in GitHub Desktop.
Clean Install – MacBook Pro

#Xcode Command Line Tools Xcode > Preferences > Downloads > Command Line Tools

#Homebrew

# install package manager
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

#Dotfiles

cd ~/Projects && git clone git@github.com:koenoe/dotfiles.git && cd dotfiles && git pull && git submodule init && git submodule update && git submodule status && source bootstrap.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment