diff options
author | katherine <shmibs@shmibbles.me> | 2018-10-05 06:34:11 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-10-05 06:34:11 -0700 |
commit | d3e04cf4b6b0b3898698d7eadd250bea20e3b292 (patch) | |
tree | 11a5359420cbd1bc7c8ea912999dd3f13cb7e067 /.config/init/funcreqs | |
parent | 08024e9a5df285e74577d7228d2d33a504bcb023 (diff) | |
download | dotfiles-d3e04cf4b6b0b3898698d7eadd250bea20e3b292.tar.gz |
add coffee compiling script
it's messy, but it works. tools aren't the best ┐('~`;)┌
Diffstat (limited to '.config/init/funcreqs')
-rw-r--r-- | .config/init/funcreqs/cofe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/init/funcreqs/cofe b/.config/init/funcreqs/cofe new file mode 100644 index 0000000..a42abf4 --- /dev/null +++ b/.config/init/funcreqs/cofe @@ -0,0 +1,2 @@ +func_init_prereqs=(coffee babel) +func_init_checks=() |