diff --git a/.brew b/.brew index de1882e..87b62b7 100755 --- a/.brew +++ b/.brew @@ -41,6 +41,7 @@ brew install \ htop-osx \ httpie \ hub \ + java \ jq \ moreutils \ nodejs \ diff --git a/.zprofile b/.zprofile index 242fd4b..41845b4 100644 --- a/.zprofile +++ b/.zprofile @@ -55,6 +55,9 @@ export RUBY_BUILD_CACHE_PATH=~/.rubies/cache # Allow bundler to use all the cores for parallel installation export BUNDLE_JOBS=4 +# Java +export PATH="/usr/local/opt/openjdk/bin:$PATH" + # Go export GOPATH=$HOME/Developer export PATH=$PATH:$GOPATH/bin