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