diff --git a/setup/apps.sh b/setup/apps.sh index c7bf089..6424569 100755 --- a/setup/apps.sh +++ b/setup/apps.sh @@ -1,5 +1,15 @@ #!/bin/bash -source "$HOME/dotfiles/includes/installer.sh" +brew install caskroom/cask/brew-cask -install_cleanup +brew cask install alfred +brew cask install arq +brew cask install firefox +brew cask install google-chrome +brew cask install hipchat +brew cask install iterm2 +brew cask install java +brew cask install libreoffice +brew cask install phpstorm +brew cask install skype +brew cask install slack diff --git a/setup/stuff.sh b/setup/stuff.sh index 50be123..efb0e7a 100755 --- a/setup/stuff.sh +++ b/setup/stuff.sh @@ -38,5 +38,7 @@ brew install https://raw.github.com/nybblr/homebrew-dev/master/sack.rb brew install python sudo pip install fabric +brew install gist + # Remove outdated versions from the cellar brew cleanup