diff options
author | Alan Pearce | 2014-03-24 14:34:19 +0000 |
---|---|---|
committer | Alan Pearce | 2014-03-24 14:34:19 +0000 |
commit | 141afbe008591928e92c2f11287b2a1d11c49b9b (patch) | |
tree | 4d36366738692b088b1ace842831e5b7930ae391 | |
parent | acbbc71c239dccf5aeb595a12fec1b829cbce752 (diff) | |
download | dotfiles-141afbe008591928e92c2f11287b2a1d11c49b9b.tar.lz dotfiles-141afbe008591928e92c2f11287b2a1d11c49b9b.tar.zst dotfiles-141afbe008591928e92c2f11287b2a1d11c49b9b.zip |
Add Brewfile with basic tools
-rw-r--r-- | Brewfile | 8 |
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 |