convert to mr / cleanup goodmorning/night scripts
This commit is contained in:
parent
9f64f59ee3
commit
d8e2ad3172
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user