update install scripts

* automate more of the nginx setup
* automate the dnsmasq setup
This commit is contained in:
Nick Nisi
2015-01-17 02:57:20 -06:00
parent 86c33cb80b
commit 6590edaf82
5 changed files with 53 additions and 7 deletions

26
install/brew.sh Executable file
View File

@@ -0,0 +1,26 @@
#!/bin/sh
# give me what I need, brew!
# cli tools
brew install ack
brew install tree
brew install wget
# development server setup
brew install nginx
brew install dnsmasq
# development tools
brew install git
brew install hub
brew install macvim --override-system-vim
brew install reattach-to-user-namespace
brew install tmux
brew install zsh
brew install highlight
brew install nvm
brew install z
# gitsh
brew tap thoughtbot/formulae
brew install gitsh