+ ctpv
image previewer for lf
This commit is contained in:
@@ -374,21 +374,11 @@ if [ ${operation} == "dots" ] ; then
|
||||
# programs
|
||||
# ----------
|
||||
|
||||
# librewolf
|
||||
file_name=policies.json
|
||||
ffpd=$(librewolf_profile_dir)
|
||||
if [[ ${ffpd} == error* ]] ; then
|
||||
echo ${ffpd}
|
||||
else
|
||||
file_name=user.js
|
||||
file_path=${ffpd}
|
||||
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
file_name=userChrome.css
|
||||
file_path=${ffpd}/chrome
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
||||
fi
|
||||
# ctpv
|
||||
file_name=config
|
||||
file_path=/home/${system_user}/.config/ctpv
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/ctpv/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# helix
|
||||
file_name=config.toml
|
||||
@@ -407,6 +397,22 @@ if [ ${operation} == "dots" ] ; then
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/lf/*" "${file_path}/"
|
||||
|
||||
# librewolf
|
||||
file_name=policies.json
|
||||
ffpd=$(librewolf_profile_dir)
|
||||
if [[ ${ffpd} == error* ]] ; then
|
||||
echo ${ffpd}
|
||||
else
|
||||
file_name=user.js
|
||||
file_path=${ffpd}
|
||||
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
file_name=userChrome.css
|
||||
file_path=${ffpd}/chrome
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
||||
fi
|
||||
|
||||
# pcmanfm
|
||||
# bookmarks found in "dots/gtk/.gtk-bookmarks"
|
||||
file_name=pcmanfm.conf
|
||||
|
||||
Reference in New Issue
Block a user