dotfiles - TwoGears/hakomo-guides GitHub Wiki

Petar's Dot file: .bash_profile

If you get VCPROMPT NOT FOUND you have to install it using the following steps

  • cd ~; mkdir bin;
  • curl -sL https://github.com/djl/vcprompt/raw/master/bin/vcprompt > ~/bin/vcprompt
  • chmod 755 ~/bin/vcprompt
  • restart terminal or source

https://medium.com/@webprolific/getting-started-with-dotfiles-43c3602fd789

https://github.com/webpro/awesome-dotfiles

http://code.tutsplus.com/tutorials/setting-up-a-mac-dev-machine-from-zero-to-hero-with-dotfiles--net-35449