Commit Graph

4 Commits

Author SHA1 Message Date
403d6f543c feat: integrate work bash modules as submodule
Add work bash utilities as git submodule to centralize and
version-control work development utilities.

Changes:
- Add submodule at .bash_aliases/hosts/work
- Add host loader with single-line import (sources init.sh)
- Company-specific config kept in submodule
- Simplified import chain: just source init.sh

The modules are now independently version-controlled and can be easily
shared across machines or used in other contexts.

Work modules include:
- init.sh: Single entry point for all modules
- config.sh: Company-specific environment configuration
- modules/gitlab.sh: GitLab MR workflow utilities
- modules/jira.sh: Jira issue management aliases
- modules/kubernetes-secrets.sh: K8s secret management
- modules/tenant-manager.sh: Tenant Manager dev tools
2025-12-17 14:21:34 +01:00
ee49296d41 Clean bash aliases (remove unused) 2025-07-12 18:14:01 +02:00
d576a3f8e7 Add 'shellcheck=bash' and editor hints to bash config/aliases 2025-03-01 12:05:26 +01:00
3307434f30 Ignore shell check SC1091,SC1090 2024-12-14 17:14:24 +01:00