install.fairie/home/dot_config/ghorg/reclone.yaml

16 lines
815 B
YAML
Raw Normal View History

---
# Fill these values out with your own so that you can clone all your repositories by running `ghorg reclone`
#
# Clones organization "megabyte-labs" on GitHub into ~/Projects/Megabyte-Labs
github:
2024-02-23 19:30:18 -08:00
cmd: "ghorg clone megabyte-labs -s github --output-dir 'Megabyte-Labs'"
description: "Clones the GitHub megabyte-labs organization repositories"
# Clones user "ProfessorManhattan" on GitHub into ~/Projects/ProfessorManhattan
2024-02-23 19:30:18 -08:00
github-user:
cmd: ghorg clone ProfessorManhattan -s github --clone-type user --output-dir ProfessorManhattan
description: "Clones the GitHub user repositories"
# Clones organization "megabyte-labs" on GitLab into ~/Projects/GitLab
gitlab:
2024-02-23 19:30:18 -08:00
cmd: "ghorg clone megabyte-labs -s gitlab --output-dir 'GitLab'"
description: "Clones the GitLab megabyte-labs organization repositories"