dotfiles/home/bin/goodmorning.sh

15 lines
179 B
Bash
Raw Normal View History

#!/bin/sh
# system setup
sudo chef-client
# upgrade homebrew
2015-05-31 17:29:56 -04:00
brew upgrade --all
brew cleanup
# update all repositories
mr -j 5 update
2015-08-12 11:24:07 -04:00
2014-12-11 09:26:58 -05:00
# updates from the app store
2016-07-21 09:58:39 -04:00
mas upgrade