nvim: migrate to paq package manager

This commit is contained in:
2025-11-23 08:59:27 +01:00
parent 195176678c
commit 389a5ad784
15 changed files with 255 additions and 322 deletions

View File

@@ -11,10 +11,10 @@ if [ "$THEME" = "toggle" ]; then
fi
if [ "$THEME" = dark ]; then
GTK_THEME=Materia-dark
GTK_THEME=Sunrise-Compact-Dark
rm -f ~/.lightmode
elif [ "$THEME" = light ]; then
GTK_THEME=Materia-light
GTK_THEME=Sunrise-Compact-Light
touch ~/.lightmode
else
echo "error: unknown theme: should be either dark, light or toggle" >&2