uncommited

This commit is contained in:
2025-10-02 07:46:48 +00:00
parent 4b4d7a684c
commit 316a3ff9e4
11 changed files with 132 additions and 22 deletions

View File

@@ -85,12 +85,7 @@ cp -rf data/* ~/.local/share
########### compat ############
export IS_COMPAT=1
gomplate --file config/workspace-compat/profile.tmpl \
-t vimrc=config/vim/vimrc \
-t inputrc=config/readline/inputrc \
-t lesskey=config/less/lesskey \
-t wssh=bin/wssh \
--out ~/.config/workspace-compat/profile
gomplate --file config/workspace-compat/profile.tmpl --out ~/.config/workspace-compat/profile
export IS_COMPAT=0
###############################