From aa4db3147739228e172266997a062e9064afc3af Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sat, 24 Feb 2024 03:30:18 +0000 Subject: [PATCH] Updated compress-image and ghorg --- home/dot_config/ghorg/private_conf.yaml.tmpl | 2 +- home/dot_config/ghorg/reclone.yaml | 7 +++++-- ...cutable_tinypng.tmpl => executable_compress-image.tmpl} | 0 3 files changed, 6 insertions(+), 3 deletions(-) rename home/dot_local/bin/{executable_tinypng.tmpl => executable_compress-image.tmpl} (100%) diff --git a/home/dot_config/ghorg/private_conf.yaml.tmpl b/home/dot_config/ghorg/private_conf.yaml.tmpl index e10f54af..f9f78897 100644 --- a/home/dot_config/ghorg/private_conf.yaml.tmpl +++ b/home/dot_config/ghorg/private_conf.yaml.tmpl @@ -18,7 +18,7 @@ GHORG_CLONE_PROTOCOL: https # See https://github.com/gabrie30/ghorg#changing-clone-directories for example # default: YOUR_HOME_DIR/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 # See https://github.com/gabrie30/ghorg#changing-clone-directories for example diff --git a/home/dot_config/ghorg/reclone.yaml b/home/dot_config/ghorg/reclone.yaml index 7ac0e585..3fb6a41d 100644 --- a/home/dot_config/ghorg/reclone.yaml +++ b/home/dot_config/ghorg/reclone.yaml @@ -1,7 +1,10 @@ --- 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" +github-user: + cmd: ghorg clone ProfessorManhattan -s github --clone-type user --output-dir ProfessorManhattan + description: "Clones the GitHub user repositories" 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" diff --git a/home/dot_local/bin/executable_tinypng.tmpl b/home/dot_local/bin/executable_compress-image.tmpl similarity index 100% rename from home/dot_local/bin/executable_tinypng.tmpl rename to home/dot_local/bin/executable_compress-image.tmpl