From 141afbe008591928e92c2f11287b2a1d11c49b9b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 24 Mar 2014 14:34:19 +0000 Subject: Add Brewfile with basic tools --- Brewfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Brewfile (limited to 'Brewfile') 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 -- cgit 1.4.1 From d9605e6ecc873a9362b1e8a875d544a69346d02d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 24 Mar 2014 14:45:24 +0000 Subject: Add direnv --- Brewfile | 1 + zsh/environment.zsh | 2 ++ 2 files changed, 3 insertions(+) (limited to 'Brewfile') diff --git a/Brewfile b/Brewfile index d5359ad..ae3e09d 100644 --- a/Brewfile +++ b/Brewfile @@ -1,3 +1,4 @@ +install direnv install emacs --cocoa --srgb --with-gnutls install fasd install git diff --git a/zsh/environment.zsh b/zsh/environment.zsh index 65000fb..02cdb17 100755 --- a/zsh/environment.zsh +++ b/zsh/environment.zsh @@ -46,3 +46,5 @@ case $OSTYPE in esac export os + +eval "$(direnv hook zsh)" -- cgit 1.4.1