Install apps when reinstalling OS.

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
2015-06-08 16:07:57 +02:00
parent 2cdb12a071
commit 1ef3690fbc
2 changed files with 14 additions and 2 deletions
+12 -2
View File
@@ -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
+2
View File
@@ -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