Move nvm to be managed under Homebrew so it's easier to keep updated and because having it in the dotfiles and then symlinked into the home directory appears to cause issues with too many symlinks
25 lines
357 B
Ruby
25 lines
357 B
Ruby
# give me what I need, brew!
|
|
|
|
# cli tools
|
|
install ack
|
|
install tree
|
|
install wget
|
|
|
|
# development server setup
|
|
install nginx
|
|
install dnsmasq
|
|
|
|
# development tools
|
|
install git
|
|
install hub
|
|
install macvim --override-system-vim
|
|
install reattach-to-user-namespace
|
|
install tmux
|
|
install zsh
|
|
install highlight
|
|
install nvm
|
|
|
|
# gitsh
|
|
tap thoughtbot/formulae
|
|
install gitsh
|