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