convert to mr / cleanup goodmorning/night scripts

This commit is contained in:
James Walker 2016-09-26 09:24:31 -04:00
parent 9f64f59ee3
commit d8e2ad3172
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 7 additions and 4 deletions

View File

@ -2,11 +2,13 @@
# system setup # system setup
sudo chef-client sudo chef-client
# rvm gemset reset_env # rvm cookbook breaks this
# upgrade homebrew
brew upgrade --all brew upgrade --all
for i in $(brew cask list); do brew cask install $i; done
brew cleanup brew cleanup
brew cask cleanup
# update all repositories
mr -j 5 update
# updates from the app store # updates from the app store
mas upgrade mas upgrade

View File

@ -15,4 +15,5 @@ osascript -e 'quit app "emacs"'
osascript -e 'quit app "github desktop"' osascript -e 'quit app "github desktop"'
osascript -e 'quit app "atom"' osascript -e 'quit app "atom"'
uncommitted ~/Projects ~/.homesick # report repo status
mr -m status