Files
omarchy-stow/README.md
T
2025-11-25 23:39:08 -06:00

14 lines
299 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
```