41 lines
1.0 KiB
Markdown
41 lines
1.0 KiB
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 yazi stow 7zip python-pipx tickrs flatpak \
|
|
pipx install todoman khal vdirsyncer
|
|
```
|
|
|
|
## 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
|
|
```
|