Files
ghorg/Makefile
2018-05-26 14:42:11 -07:00

9 lines
123 B
Makefile

install:
touch ~/.ghorg
cp .env ~/.ghorg
homebrew:
touch ~/.ghorg
cp .env-sample ~/.ghorg
uninstall:
rm ~/.ghorg