working through some setup fixes -> good checkpoint
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 $@; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user