+ reintroducing lf

This commit is contained in:
committer@tuxwarrior
2026-02-27 13:15:58 -05:00
parent 56731f159c
commit 28ef2fea43
6 changed files with 107 additions and 4 deletions

View File

@@ -402,6 +402,12 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path}
deploy_file "${dots_trg}/keepassxc/${file_name}" "${file_path}/${file_name}"
# lf
file_name=lfrc
file_path=/home/${system_user}/.config/lf
create_dir ${file_path}
deploy_file "${dots_trg}/lf/${file_name}" "${file_path}/${file_name}"
# pcmanfm
# bookmarks found in "dots/gtk/.gtk-bookmarks"
file_name=pcmanfm.conf
@@ -416,10 +422,9 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/psensor/${file_name}" "${file_path}/psensor.cfg"
# superfile
file_name=config.toml
file_path=/home/${system_user}/.config/superfile
create_dir ${file_path}
deploy_file "${dots_trg}/superfile/${file_name}" "${file_path}/${file_name}"
deploy_file "${dots_trg}/superfile/*" "${file_path}/"
fi