This commit is contained in:
2025-10-24 20:53:57 +00:00
parent 38d44f03d3
commit 0a4c5c39f9
3 changed files with 12 additions and 3 deletions

View File

@@ -73,7 +73,6 @@ gomplate --input-dir config \
-c user="file:///$HOME/.config/workspace.conf?type=application/x-env" \
--exclude /workspace.conf \
--exclude /workspace-compat/* --exclude !/workspace-compat/env.sh
ln -sf ~/.config/bash/bashrc ~/.bashrc
ln -sf ~/.config/profile ~/.profile
ln -sf ~/.config/less/lesskey ~/.lesskey
@@ -81,7 +80,10 @@ mkdir -p ~/.gnupg && ln -sf ~/.config/gnupg/gpg-agent.conf ~/.gnupg
################################
############# data ############
cp -rf data/* ~/.local/share
gomplate --input-dir data \
--output-map "$HOME/.local/share/{{ .in | strings.ReplaceAll \".tmpl\" \"\" }}" \
--exclude-processing "!*.tmpl" \
-c theme=config/theme.json
###############################
########### compat ############