working through some setup fixes -> good checkpoint

This commit is contained in:
2026-09-19 23:27:44 -06:00
parent c023ffc6b9
commit b67a76d0da
18 changed files with 410 additions and 246 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ readonly ${scwryptsgroup}__color=$(utils.colors.red)
[ "${DOTWRYN}" ] \
|| export DOTWRYN=$(git -C "${0:a:h}" rev-parse --show-toplevel 2>/dev/null)
export DOTWRYN_HOSTNAME=$(hostnamectl --static)
export DOTWRYN_HOSTNAME=$(hostnamectl --static 2>/dev/null || hostname 2>/dev/null | sed 's/\.local$//')
[ "${XDG_CONFIG_HOME}" ] \
|| export XDG_CONFIG_HOME="${HOME}/.config"
+1 -1
View File
@@ -2,6 +2,6 @@
use office/vim/vundle --group dotwryn
#####################################################################
dotwryn.office.vim.vundle.parse.usage
dotwryn.office.vim.vundle.update.parse.usage
MAIN() { dotwryn.office.vim.vundle.update $@; }
+1 -1
View File
@@ -3,7 +3,7 @@
# must work as a standalone zsh script
#
eval "$(scwrypts --config)" \
&& use --group omni \
&& use --group remote omni \
&& utils.check-environment \
|| { echo 'scwrypts config error; aborting' >&2; sleep 5; return 1; }