Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 656 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 656 Bytes

dotfiles

I run this on OSX Mac Sierra

Prerequisites

  1. Install the Command Line Tools $ xcode-select --install
  2. Install Homebrew
  3. Install git and configure your GitHub keys
  4. Install Ansible
$ xcode-select --install
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew update
$ brew install git
$ sudo easy_install pip
$ sudo pip install ansible

Installing

git clone [email protected]:stuartrexking/dotfiles.git
cd dotfiles
make