This commit is contained in:
committer
2024-05-15 13:01:55 -05:00
parent 0c876aa476
commit b43bacc334
2 changed files with 21 additions and 0 deletions

View File

@@ -180,6 +180,12 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}"
fi
# gtk
file_name=settings.ini
file_path=/home/${user}/.config/gtk-3.0
mkdir -p ${file_path}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
# pcmanfm
file_name=pcmanfm.conf
file_path=/home/${user}/.config/pcmanfm/default