mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 18:18:58 +00:00
7 lines
193 B
Makefile
7 lines
193 B
Makefile
install:
|
|
mkdir -p ${HOME}/.config/ghorg
|
|
cp sample-conf.yaml ${HOME}/.config/ghorg/conf.yaml
|
|
homebrew:
|
|
mkdir -p ${HOME}/.config/ghorg
|
|
cp sample-conf.yaml ${HOME}/.config/ghorg/conf.yaml
|