From d3193e1e61eb1d536299c781821f81e1028e3319 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 24 Feb 2025 19:26:31 -0500 Subject: [PATCH] + onedrive-gui --- dots/onedrive-gui/profiles | 5 +++++ scripts/99_deploy.sh | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 dots/onedrive-gui/profiles diff --git a/dots/onedrive-gui/profiles b/dots/onedrive-gui/profiles new file mode 100644 index 0000000..dfa2f4f --- /dev/null +++ b/dots/onedrive-gui/profiles @@ -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 diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index d09cf23..8657217 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -332,6 +332,11 @@ if [ ${operation} == "dots" ] ; then create_dir ${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 # bookmarks found in "dots/gtk/.gtk-bookmarks" file_name=pcmanfm.conf