68 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			1.6 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/Projects/GitHub"
 | 
						||
	"$HOME/Projects/BitBucket"
 | 
						||
	)
 | 
						||
 | 
						||
# additional cloning targets; MUST END IN ':' or '/'
 | 
						||
#    e.g. 'git@my.githost.com:' or 'git@github.com:w0ryn/'
 | 
						||
CA__KNOWN_TARGETS=(
 | 
						||
	'https://github.com/'
 | 
						||
	'https://bitbucket.org/'
 | 
						||
	'git@github.com:'
 | 
						||
	'git@bitbucket.org:'
 | 
						||
	)
 | 
						||
 | 
						||
 | 
						||
# run from the specified hot-key
 | 
						||
CA__SHORTCUT=' |