This commit is contained in:
committer@tuxwarrior
2025-02-24 19:31:57 -05:00
parent d3193e1e61
commit b9bff7891a

View File

@@ -333,9 +333,10 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/nitrogen/*" "${file_path}/" deploy_file "${dots_trg}/nitrogen/*" "${file_path}/"
# onedrive-gui # onedrive-gui
file_name=profiles
file_path=/home/${system_user}/.config/onedrive-gui file_path=/home/${system_user}/.config/onedrive-gui
create_dir ${file_path} create_dir ${file_path}
deploy_file "${dots_trg}/onedrive-gui/*" "${file_path}/" deploy_file "${dots_trg}/onedrive-gui/${file_name}" "${file_path}/${file_name}"
# pcmanfm # pcmanfm
# bookmarks found in "dots/gtk/.gtk-bookmarks" # bookmarks found in "dots/gtk/.gtk-bookmarks"