From 1ef3690fbc402734409ee752cfb703f7340cbd3a Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Mon, 8 Jun 2015 16:07:57 +0200 Subject: [PATCH] Install apps when reinstalling OS. Signed-off-by: Jacob Kiers --- setup/apps.sh | 14 ++++++++++++-- setup/stuff.sh | 2 ++ 2 files changed, 14 insertions(+), 2 deletions(-) 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