Fixed setup/welcome + init on submodules

This commit is contained in:
2022-08-16 23:31:16 -06:00
parent c82adcc76f
commit 485ea3247f
4 changed files with 43 additions and 10 deletions

View File

@@ -1,8 +1,7 @@
function SETUP__CONFIG() {
__STATUS 'starting application configuration'
CONFIG_USER_SETTINGS="$DOTWRYN_PATH/config/scwrypts.dotfile.conf" \
SCWRYPTS zsh/config/update || return 1
SCWRYPTS zsh/config/update || return 1
CONFIG__ZSH || return 2
CONFIG__VIM || return 3