mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-18 21:54:46 -04:00
Java 8 and Maven, because I still work on a project that uses them
This commit is contained in:
@@ -6,13 +6,16 @@ if [ -x "$brew_path" ] ; then
|
||||
echo ""
|
||||
|
||||
brew tap caskroom/cask
|
||||
brew tap caskroom/versions
|
||||
brew install brew-cask
|
||||
|
||||
function installcask() {
|
||||
brew cask install "${@}"
|
||||
}
|
||||
|
||||
installcask java
|
||||
## TODO: Update after JG contract is over
|
||||
installcask java8
|
||||
|
||||
installcask adobe-creative-cloud
|
||||
installcask alfred
|
||||
installcask arq
|
||||
|
||||
Reference in New Issue
Block a user