Add Brewfile!
This commit is contained in:
18
Brewfile
Normal file
18
Brewfile
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user