dotfiles/home/bin/goodmorning.sh
2017-03-29 00:24:54 -04:00

20 lines
225 B
Bash
Executable File

#!/bin/sh
# system setup
# sudo chef-client
# homesick
homesick pull
homesick symlink
# mackup
mackup restore
# upgrade homebrew
brew bundle --global
brew upgrade
brew cleanup
# update all repositories
mr -j 5 update