Initial commit — violet-chaton ricing setup

Environnement terminal complet aux couleurs violet-chaton pour Pop!_OS / Ubuntu avec COSMIC Desktop.
Inclut scripts d'installation, configs shell, thèmes et support COSMIC/Vivaldi/Vesktop.
This commit is contained in:
Tetardtek
2026-02-21 20:27:14 +01:00
commit ee455870f5
80 changed files with 7096 additions and 0 deletions

21
INSTALL/configs/yazi.toml Normal file
View File

@@ -0,0 +1,21 @@
[manager]
ratio = [1, 3, 4] # proportions : parents | dossier | preview
sort_by = "natural"
sort_sensitive = false
sort_hidden = false
show_hidden = false
show_symlink = true
[preview]
tab_size = 2
max_width = 600
max_height = 900
[opener]
edit = [{ run = 'nano "$@"', block = true }]
[open]
rules = [
{ mime = "text/*", use = "edit" },
{ mime = "image/*", use = "open" },
]