splitting into more modular structure
This commit is contained in:
6
bash.d/00-init.sh
Normal file
6
bash.d/00-init.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
DOTFILES=$( cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd || return)
|
||||
|
||||
SUBMODULES=$( cd "$DOTFILES/submodules" && pwd)
|
||||
Reference in New Issue
Block a user