summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nv.delivery>2021-09-21 19:07:01 -0700
committerNick Van Doorn <nick@nv.delivery>2021-09-21 19:07:18 -0700
commit40d588457f1a13b19ede708327f8b26ccc2ad0f5 (patch)
tree985563409c1acaa0b0da63bffad5995e7d91c115
parentbcae0b5cdd7895e5e933a65bc851973c0c5d4db5 (diff)
Add clojure stuff
-rw-r--r--Brewfile1
-rw-r--r--zshrc2
2 files changed, 3 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
index d9f4e75..3560196 100644
--- a/Brewfile
+++ b/Brewfile
@@ -267,3 +267,4 @@ zeromq
zimg
zsh
zstd
+clojure
diff --git a/zshrc b/zshrc
index fa0994c..8dca3bd 100644
--- a/zshrc
+++ b/zshrc
@@ -27,6 +27,8 @@ chruby $(ls ~/.rubies | tail -n 1)
export PATH="$DOTFILES_PATH/bin:$PATH"
export PATH="$HOME/go/bin:$PATH"
+export PATH="$HOME/.lein:$PATH"
+export JAVA_HOME="/usr/local/opt/openjdk"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"