2014-07-17 18:34:22 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# system setup
|
2017-03-29 00:24:54 -04:00
|
|
|
# sudo chef-client
|
|
|
|
|
2017-07-30 12:05:21 -04:00
|
|
|
# homesick
|
|
|
|
homesick pull
|
2017-03-29 00:24:54 -04:00
|
|
|
homesick symlink
|
|
|
|
|
2017-07-30 12:05:21 -04:00
|
|
|
# mackup
|
2017-03-29 00:24:54 -04:00
|
|
|
mackup restore
|
2016-09-26 09:24:31 -04:00
|
|
|
|
|
|
|
# upgrade homebrew
|
2017-03-29 00:24:54 -04:00
|
|
|
brew bundle --global
|
|
|
|
brew upgrade
|
2014-07-17 18:34:22 -04:00
|
|
|
brew cleanup
|
2017-03-29 09:45:09 -04:00
|
|
|
|
2018-10-21 23:08:33 -04:00
|
|
|
# asdf
|
|
|
|
asdf update
|
|
|
|
asdf plugin-update --all
|
|
|
|
asdf install
|
2017-07-30 12:05:21 -04:00
|
|
|
|
2016-09-26 09:24:31 -04:00
|
|
|
# update all repositories
|
|
|
|
mr -j 5 update
|
2017-07-14 16:48:48 -04:00
|
|
|
|
|
|
|
# upgrade app store apps
|
|
|
|
mas upgrade
|