dotfiles/home/bin/goodmorning.sh

28 lines
319 B
Bash
Raw Normal View History

#!/bin/sh
# system setup
2017-03-29 00:24:54 -04:00
# sudo chef-client
# homesick
homesick pull
2017-03-29 00:24:54 -04:00
homesick symlink
# mackup
2017-03-29 00:24:54 -04:00
mackup restore
# upgrade homebrew
2017-03-29 00:24:54 -04:00
brew bundle --global
brew upgrade
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
# update all repositories
mr -j 5 update
# upgrade app store apps
mas upgrade