configs
This commit is contained in:
@@ -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 ############
|
||||
|
||||
Reference in New Issue
Block a user