Skip to content

Instantly share code, notes, and snippets.

@innbitcodes
Created January 9, 2014 20:32
Show Gist options
  • Select an option

  • Save innbitcodes/8341474 to your computer and use it in GitHub Desktop.

Select an option

Save innbitcodes/8341474 to your computer and use it in GitHub Desktop.
vcprompt installation in Terminal command line
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment