Files
omarchy-stow/README.md
T
2025-11-26 00:12:03 -06:00

24 lines
515 B
Markdown

# Stow Components
## Interventions
### Proper `Vdirsync` Implementation
Must sync (usually q5m) to avoid outdated information.
```bash
systemctl --user daemon-reload
systemctl --user enable --now vdirsyncer.timer
# verify if it works (look for vdirsyncer.timer):
systemctl --user list-timers
```
### Vdirsync Manual Interventions
Inside this directory, `.secrets` folder must be filled with the following:
* school-sched_ics
* school-task_ics
* vdirsyncer_secret
```bash
vdirsyncer discover
vdirsyncer sync
```