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

13
INSTALL/configs/bashrc Normal file
View File

@@ -0,0 +1,13 @@
# --- ensure VS Code flatpak / COSMIC Terminal sees host binaries ---------------
# Some tools live in /usr/local/bin on the host; prepend real locations before
# any commands that rely on them (starship, fastfetch, chafa, eza, ...).
export PATH="/usr/local/bin:/usr/bin:$PATH"
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# Lance zsh automatiquement (COSMIC Terminal ignore /etc/passwd)
exec zsh