Skip to content

Commit

Permalink
feat: add JVM e Kotlin configs
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Jul 22, 2024
1 parent 462288a commit 5f0dc8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions brew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ brew "nvm"
brew "yarn"
brew "pyenv"
brew "pyenv-virtualenv"
brew "java"
brew "kotlin"

# Development apps
cask "visual-studio-code"
Expand Down
6 changes: 4 additions & 2 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,7 @@ alias cd="z"

alias cat="bat"

### Private repositories configuration
export GOPRIVATE="github.com/olxbr/*"
### Java (JDK) configuration
export CPPFLAGS="-I/opt/homebrew/opt/openjdk/include"
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
# sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk

0 comments on commit 5f0dc8b

Please sign in to comment.