feat: new theming

This commit is contained in:
2025-06-30 22:28:56 +02:00
parent 023f608bec
commit f76d84ce7e
11 changed files with 283 additions and 11 deletions

View File

@@ -63,3 +63,13 @@ alias hxd "hx ~/.files/"
alias hxc "hx ~/code/"
alias vim "nvim"
alias vi "nvim"
# pnpm
set -gx PNPM_HOME "/home/mike/.local/share/pnpm"
if not string match -q -- $PNPM_HOME $PATH
set -gx PATH "$PNPM_HOME" $PATH
end
# pnpm end
# Created by `pipx` on 2025-06-04 15:36:28
set PATH $PATH /home/mike/.local/bin