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..de0294c --- /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/.bash_aliases/hosts/work/init.sh" ] && source "$HOME/.bash_aliases/hosts/work/init.sh" diff --git a/.bash_aliases/hosts/work b/.bash_aliases/hosts/work new file mode 160000 index 0000000..497e1b2 --- /dev/null +++ b/.bash_aliases/hosts/work @@ -0,0 +1 @@ +Subproject commit 497e1b2edcad321ebab71fc649b0a8fc9295aaa8 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4ebae86 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[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