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