dotfiles/recipes/email

20 lines
259 B
Text
Raw Normal View History

2018-02-22 11:27:37 -05:00
#!/bin/bash
2018-02-27 00:15:14 -05:00
set -e
2018-02-22 11:27:37 -05: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 11:27:37 -05:00
_recipe nvm
_npm imapnotify