stop brew services

don't quit apps I don't use (anymore)
This commit is contained in:
James Walker 2017-08-07 11:11:28 -04:00
parent 84e5d4a5c5
commit d54eafb3e9
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -11,9 +11,10 @@ for container in $(docker ps -a -q); do docker stop $container; done
tmux kill-server
# quit apps
osascript -e 'quit app "emacs"'
osascript -e 'quit app "github desktop"'
osascript -e 'quit app "atom"'
# stop services
brew services stop --all
# report repo status
mr -m status