Move work utilities to cleaner location at ~/.work instead of .bash_aliases/hosts/work for better organization. Work utilities include: - init.sh: Single entry point for all modules - config.sh: Company-specific environment configuration - modules/: Bash utilities (gitlab, jira, k8s, tenant-manager, dev) - bin/: Executable scripts (future) Source with: source ~/.work/init.sh
13 lines
554 B
Plaintext
13 lines
554 B
Plaintext
[submodule ".bash_aliases/hosts/rightcrowd-modules"]
|
|
path = .bash_aliases/hosts/rightcrowd-modules
|
|
url = git@gitlab.com:hektor.misplon/bash-modules-rightcrowd.git
|
|
[submodule ".bash_aliases/hosts/work-modules"]
|
|
path = .bash_aliases/hosts/work-modules
|
|
url = git@gitlab.com:hektor.misplon/bash-modules-rightcrowd.git
|
|
[submodule ".bash_aliases/hosts/work"]
|
|
path = .bash_aliases/hosts/work
|
|
url = git@gitlab.com:hektor.misplon/bash-modules-rightcrowd.git
|
|
[submodule ".work"]
|
|
path = .work
|
|
url = git@gitlab.com:hektor.misplon/bash-modules-rightcrowd.git
|