mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-02-05 08:18:02 +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
|