Skip to content

Commit

Permalink
Merge pull request #49 from VEBERArnaud/feat/java
Browse files Browse the repository at this point in the history
feat(brew,profile): install java & set path
  • Loading branch information
VEBERArnaud authored Oct 2, 2020
2 parents cf7aed9 + 0c28c98 commit bedb24f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .brew
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ brew install \
htop-osx \
httpie \
hub \
java \
jq \
moreutils \
nodejs \
Expand Down
3 changes: 3 additions & 0 deletions .zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bedb24f

Please sign in to comment.