dotfiles/recipes/email

20 lines
259 B
Text
Raw Normal View History

2018-02-22 16:27:37 +00:00
#!/bin/bash
set +e
_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