diff --git a/brew/Brewfile b/brew/Brewfile index 561dcba..975548e 100644 --- a/brew/Brewfile +++ b/brew/Brewfile @@ -43,6 +43,8 @@ brew "nvm" brew "yarn" brew "pyenv" brew "pyenv-virtualenv" +brew "java" +brew "kotlin" # Development apps cask "visual-studio-code" diff --git a/zsh/.zshrc b/zsh/.zshrc index 2870dbd..8c94970 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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