dotfiles/home/bin/goodnight.sh

20 lines
483 B
Bash
Executable File

#!/bin/sh
# shutdown vagrant boxes
for box in $(vagrant global-status|grep running|awk '{ print $1 }'); do vagrant halt $box; done
# kill tmux sessions
tmux kill-server
# quit apps
osascript -e 'quit app "emacs"'
osascript -e 'quit app "textual 5"'
osascript -e 'quit app "adium"'
osascript -e 'quit app "flowdock"'
osascript -e 'quit app "skype"'
osascript -e 'quit app "slack"'
osascript -e 'quit app "github"'
osascript -e 'quit app "atom"'
uncommitted ~/Projects ~/.homesick