dotfiles/recipes/email

20 lines
259 B
Text
Raw Normal View History

2018-02-22 16:27:37 +00:00
#!/bin/bash
2018-02-27 05:15:14 +00:00
set -e
2018-02-22 16:27:37 +00:00
_recipe brew
_brew isync
_recipe emacs
case $_PLATFORM in
darwin)
EMACS=$(which emacs) _brew mu --with-emacs --HEAD
;;
*)
_recipe apt
_apt maildir-utils
;;
esac
2018-02-22 16:27:37 +00:00
_recipe nvm
_npm imapnotify