summary refs log tree commit diff stats
path: root/Brewfile
diff options
context:
space:
mode:
authorAlan Pearce2014-03-24 14:34:19 +0000
committerAlan Pearce2014-03-24 14:34:19 +0000
commit141afbe008591928e92c2f11287b2a1d11c49b9b (patch)
tree4d36366738692b088b1ace842831e5b7930ae391 /Brewfile
parentacbbc71c239dccf5aeb595a12fec1b829cbce752 (diff)
downloaddotfiles-141afbe008591928e92c2f11287b2a1d11c49b9b.tar.lz
dotfiles-141afbe008591928e92c2f11287b2a1d11c49b9b.tar.zst
dotfiles-141afbe008591928e92c2f11287b2a1d11c49b9b.zip
Add Brewfile with basic tools
Diffstat (limited to 'Brewfile')
-rw-r--r--Brewfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
new file mode 100644
index 0000000..d5359ad
--- /dev/null
+++ b/Brewfile
@@ -0,0 +1,8 @@
+install emacs --cocoa --srgb --with-gnutls
+install fasd
+install git
+install htop
+install hub
+install mobile-shell
+install ssh-copy-id
+install zsh
\ No newline at end of file