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