Skip to content

Instantly share code, notes, and snippets.

@mourawaldson
Created October 26, 2013 01:01
Show Gist options
  • Save mourawaldson/7164083 to your computer and use it in GitHub Desktop.
Save mourawaldson/7164083 to your computer and use it in GitHub Desktop.
OSx
1. Install git -> http://git-scm.com/download
2. Install dotfiles -> $ cd; git clone git@github.com:mourawaldson/dotfiles.git .dotfiles && bash .dotfiles/install
3. Install vcprompt -> $ cd; mkdir ~/bin && curl -sL https://github.com/djl/vcprompt/raw/master/bin/vcprompt > ~/bin/vcprompt && chmod 755 ~/bin/vcprompt && sudo mv ~/bin/vcprompt /bin/vcprompt && sudo rm -rf ~/bin
4. Install .osx -> $ cd; bash .dotfiles/.osx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment