Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions develop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@ brew cask install --appdir="~/Applications" java
brew cask install --appdir="~/Applications" Caskroom/cask/intellij-idea-ce
brew cask install --appdir="~/Applications" Caskroom/cask/pycharm-ce

# Install other development package
brew install sbt
brew install scala

# Remove outdated versions from the cellar.
brew cleanup

# Install Ammonite REPL
sudo curl -L -o /usr/local/bin/amm https://git.io/vQEhd && sudo chmod +x /usr/local/bin/amm && amm