Updated compress-image and ghorg
This commit is contained in:
parent
867ad5aa39
commit
aa4db31477
3 changed files with 6 additions and 3 deletions
|
@ -18,7 +18,7 @@ GHORG_CLONE_PROTOCOL: https
|
||||||
# See https://github.com/gabrie30/ghorg#changing-clone-directories for example
|
# See https://github.com/gabrie30/ghorg#changing-clone-directories for example
|
||||||
# default: YOUR_HOME_DIR/ghorg
|
# default: YOUR_HOME_DIR/ghorg
|
||||||
# flag (--path, -p) eg: --path=/tmp/ghorg
|
# flag (--path, -p) eg: --path=/tmp/ghorg
|
||||||
GHORG_ABSOLUTE_PATH_TO_CLONE_TO: ~/Projects
|
GHORG_ABSOLUTE_PATH_TO_CLONE_TO: {{ .chezmoi.homeDir }}/Projects
|
||||||
|
|
||||||
# Folder ghorg will clone all repos into. Cloning will result in: GHORG_ABSOLUTE_PATH_TO_CLONE_TO/GHORG_OUTPUT_DIR/repo
|
# Folder ghorg will clone all repos into. Cloning will result in: GHORG_ABSOLUTE_PATH_TO_CLONE_TO/GHORG_OUTPUT_DIR/repo
|
||||||
# See https://github.com/gabrie30/ghorg#changing-clone-directories for example
|
# See https://github.com/gabrie30/ghorg#changing-clone-directories for example
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
---
|
---
|
||||||
github:
|
github:
|
||||||
cmd: "ghorg clone megabyte-labs -s github -p ~/GitHub"
|
cmd: "ghorg clone megabyte-labs -s github --output-dir 'Megabyte-Labs'"
|
||||||
description: "Clones the GitHub megabyte-labs organization repositories"
|
description: "Clones the GitHub megabyte-labs organization repositories"
|
||||||
|
github-user:
|
||||||
|
cmd: ghorg clone ProfessorManhattan -s github --clone-type user --output-dir ProfessorManhattan
|
||||||
|
description: "Clones the GitHub user repositories"
|
||||||
gitlab:
|
gitlab:
|
||||||
cmd: "ghorg clone megabyte-labs -s gitlab -p ~/GitLab"
|
cmd: "ghorg clone megabyte-labs -s gitlab --output-dir 'GitLab'"
|
||||||
description: "Clones the GitLab megabyte-labs organization repositories"
|
description: "Clones the GitLab megabyte-labs organization repositories"
|
||||||
|
|
Loading…
Reference in a new issue