Files
omarchy-stow/README.md
T
2025-11-26 07:39:48 -06:00

40 lines
1017 B
Markdown

# Stow-away!
This repository ensures that the custom `OmarchyOS` is not filled with filth called `bloat`. It also adds its own feature that strongly adheres with the Linux principle (e.g., TUIs replacement for GUIs).
# Scripting
[🚧 under construction 🚧]
# Changes
## Custom Applications Installed [🚧]
```sh
sudo pacman -Sy khal vdirsyncer todoman yazi
```
## Applications deleted 🚧
```sh
sudo pacman -Rs 1password-cli 1password-beta omarchy-chromium lazydocker ufw-docker docker pinta signal-desktop
```
## 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
```