issues
search
derekprior
/
dotfiles
Configuration Files
MIT License
45
stars
1
forks
source link
Homebrew Bootstrapping
#1
Closed
derekprior
closed
12 years ago
derekprior
commented
12 years ago
Add a rake task that:
checks that we're running on OS X, exits if not
installs homebrew if its not already installed
installs packages I typically require
* postgres
* git
* wget
* ack
* ctags
* macvim
* perforce
* rbenv
* ruby-build
* tmux
* reattach-to-user-namespace
* ssh-copy-id
* grc
* hub
* sqlite
* ...
derekprior
commented
12 years ago
Beginning of this in place.
Add a rake task that: