+ onedrive-gui

This commit is contained in:
committer@tuxwarrior
2025-02-24 19:26:31 -05:00
parent f40cab8a8f
commit d3193e1e61
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
[frode.klevstul@quick.no]
config_file = /home/poq/syncDir/quick/.onedrive_profiles/frode.klevstul@quick.no/config
auto_sync = False
account_type = Business
free_space = 1023.7GiB

View File

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