dotfiles/home/bin/goodmorning.sh

20 lines
225 B
Bash
Raw Normal View History

#!/bin/sh
# system setup
2017-03-29 00:24:54 -04:00
# sudo chef-client
# homesick
homesick pull
homesick symlink
# mackup
mackup restore
# upgrade homebrew
2017-03-29 00:24:54 -04:00
brew bundle --global
brew upgrade
brew cleanup
# update all repositories
mr -j 5 update