53 lines
1.4 KiB
Bash
53 lines
1.4 KiB
Bash
|
# cloned projects will be nested under the specified directories,
|
|||
|
# allowing for meaningful project grouping. A friendly name is
|
|||
|
# derived from the path
|
|||
|
#
|
|||
|
# e.g. "$HOME/Projects/GitHub" will be called "GitHub" in the CLI
|
|||
|
#
|
|||
|
# directories must be fully-qualified
|
|||
|
CA__DIRS=(
|
|||
|
"$HOME/RentDynamics"
|
|||
|
$(find "$HOME/Projects" -mindepth 1 -maxdepth 1 -type d | sed 's/\/$//')
|
|||
|
)
|
|||
|
|
|||
|
# additional cloning targets; MUST END IN ':' or '/'
|
|||
|
# e.g. 'git@my.githost.com:' or 'git@github.com:w0ryn/'
|
|||
|
CA__KNOWN_TARGETS=(
|
|||
|
'git@github.com:RentDynamics/'
|
|||
|
'git@github.com:w0ryn/'
|
|||
|
'git@bitbucket.org:wrynoftheranch/'
|
|||
|
'git@git.wryn.cloud:yage/'
|
|||
|
'git@git.wryn.cloud:gizmos/'
|
|||
|
'git@git.wryn.cloud:usu-coursework/'
|
|||
|
'https://wryn.cloud/'
|
|||
|
)
|
|||
|
|
|||
|
|
|||
|
# run from the specified hot-key
|
|||
|
CA__SHORTCUT=' |