From d78d576042073cbe91e5f460b64f28c098d35f81 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 20 Jan 2014 21:47:47 -0600 Subject: [PATCH] Add Brewfile! --- Brewfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Brewfile diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000..1795865 --- /dev/null +++ b/Brewfile @@ -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