58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
# 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=(
|
||
$(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@yage.io:wrynegade/'
|
||
'git@yage.io:zsh/'
|
||
'git@yage.io:go/'
|
||
'git@yage.io:gizmos/'
|
||
'git@yage.io:python/'
|
||
'git@yage.io:archives/'
|
||
'git@yage.io:rentdynamics/'
|
||
'git@github.com:wrynegade/'
|
||
'git@github.com:RentDynamics/'
|
||
'git@bitbucket.org:wrynegade/'
|
||
'https://yage.io/'
|
||
'https://github.com/'
|
||
'https://bitbucket.org/'
|
||
)
|
||
|
||
|
||
# run from the specified hot-key
|
||
CA__SHORTCUT=' |