diff --git a/dots/ctpv/config b/dots/ctpv/config new file mode 100644 index 0000000..26566f8 --- /dev/null +++ b/dots/ctpv/config @@ -0,0 +1 @@ +set chafasixel diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index e7b67cb..375bd11 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -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