diff --git a/.bash_aliases/hosts/hektor-ThinkPad-E14-Gen-7 b/.bash_aliases/hosts/hektor-ThinkPad-E14-Gen-7 new file mode 100644 index 0000000..ec84431 --- /dev/null +++ b/.bash_aliases/hosts/hektor-ThinkPad-E14-Gen-7 @@ -0,0 +1,5 @@ +# shellcheck shell=bash +# vim: set ft=bash : + +# Source work modules +[ -f "$HOME/.work/init.sh" ] && source "$HOME/.work/init.sh" diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e5920dc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[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 diff --git a/.work b/.work new file mode 160000 index 0000000..f1c892c --- /dev/null +++ b/.work @@ -0,0 +1 @@ +Subproject commit f1c892cde8ffac2eaeb1240254538b2f313bc94e