dotfiles/home/bin/goodmorning.sh

15 lines
294 B
Bash
Raw Normal View History

#!/bin/sh
# system setup
sudo chef-client
2015-01-23 16:18:03 -05:00
# rvm gemset reset_env # rvm cookbook breaks this
2015-05-31 17:29:56 -04:00
brew upgrade --all
2015-03-17 20:54:10 -04:00
for i in $(brew cask list); do brew cask install $i; done
brew cleanup
2015-08-12 11:24:07 -04:00
# atom updates
apm stars --install
apm upgrade --no-confirm
2014-12-11 09:26:58 -05:00
# updates from the app store
softwareupdate -i -a