mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-03-20 07:41:37 +00:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
install:
|
|
touch ~/.ghorg
|
|
cp .env ~/.ghorg
|
|
homebrew:
|
|
cp .env-sample ~/.ghorg
|
|
uninstall:
|
|
rm ~/.ghorg
|