Added OneDrive config

This commit is contained in:
Tibo De Peuter 2022-03-18 09:05:03 +01:00
parent aa7e58d8a9
commit dab9781357
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Directory where the files will be synced
sync_dir = "~/Documents/OneDrivePersonal"
# Skip files and directories that match this pattern
skip_file = ".~*|*~"

View file

@ -0,0 +1,4 @@
# Directory where the files will be synced
sync_dir = "~/Documents/OneDriveUGent"
# Skip files and directories that match this pattern
skip_file = ".~*|*~"

View file

@ -25,4 +25,10 @@ Take the following config files
``` ```
yay autotiling yay autotiling
yay onedrive-abraunegg onedrive_tray-git
``` ```
Take the folowwing config files
- [OneDrivePersonal config](./.config/OneDrivePersonal/config)
- [OneDriveUGent config](./.config/OneDriveUGent/config