These are my dotfiles. There are many like them but these ones are mine.
This was meant to be used with thoughtbots rcm.
- Install homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
- Install rcm
brew tap thoughtbot/formulae
brew install rcm
- Install dotfiles
rcup
The GUI applications in OSX has a fucked up PATH environment variable.
A little workaround is to do this:
# (in a terminal, which has set $PATH nicely from .bashrc)
launchctl setenv PATH $PATH
killall Dock && killall SystemUIServer && killall Finder
# now you can open your app!
TODO: figure out a way for this to be done on boot