mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 19:19:28 +00:00
11 lines
139 B
Bash
11 lines
139 B
Bash
#!/bin/bash
|
|
set +e
|
|
|
|
_recipe brew
|
|
_brew isync
|
|
|
|
_recipe emacs
|
|
EMACS=$(which emacs) _brew mu --with-emacs --HEAD
|
|
|
|
_recipe nvm
|
|
_npm imapnotify
|