From d8e2ad3172792f92c3e8cc71af4b7629be22e386 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 26 Sep 2016 09:24:31 -0400 Subject: [PATCH] convert to mr / cleanup goodmorning/night scripts --- home/bin/goodmorning.sh | 8 +++++--- home/bin/goodnight.sh | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/home/bin/goodmorning.sh b/home/bin/goodmorning.sh index 0d37ce8..8e76ae7 100755 --- a/home/bin/goodmorning.sh +++ b/home/bin/goodmorning.sh @@ -2,11 +2,13 @@ # system setup sudo chef-client -# rvm gemset reset_env # rvm cookbook breaks this + +# upgrade homebrew brew upgrade --all -for i in $(brew cask list); do brew cask install $i; done brew cleanup -brew cask cleanup + +# update all repositories +mr -j 5 update # updates from the app store mas upgrade diff --git a/home/bin/goodnight.sh b/home/bin/goodnight.sh index 033ccf1..44242c3 100755 --- a/home/bin/goodnight.sh +++ b/home/bin/goodnight.sh @@ -15,4 +15,5 @@ osascript -e 'quit app "emacs"' osascript -e 'quit app "github desktop"' osascript -e 'quit app "atom"' -uncommitted ~/Projects ~/.homesick +# report repo status +mr -m status