Added OneDrive config
This commit is contained in:
parent
aa7e58d8a9
commit
dab9781357
3 changed files with 14 additions and 0 deletions
4
.config/OneDrivePersonal/config
Normal file
4
.config/OneDrivePersonal/config
Normal 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 = ".~*|*~"
|
4
.config/OneDriveUGent/config
Normal file
4
.config/OneDriveUGent/config
Normal 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 = ".~*|*~"
|
6
Guide.md
6
Guide.md
|
@ -25,4 +25,10 @@ Take the following config files
|
|||
|
||||
```
|
||||
yay autotiling
|
||||
yay onedrive-abraunegg onedrive_tray-git
|
||||
```
|
||||
|
||||
Take the folowwing config files
|
||||
|
||||
- [OneDrivePersonal config](./.config/OneDrivePersonal/config)
|
||||
- [OneDriveUGent config](./.config/OneDriveUGent/config
|
||||
|
|
Loading…
Reference in a new issue