Compare commits

...

2 Commits

Author SHA1 Message Date
Joel Beckmeyer c6ea96e504 don't install kde-* scripts on non-KDE desktops 2023-08-07 13:17:37 -04:00
Joel Beckmeyer 31d5fbaeb5 add npm 2023-08-07 11:36:28 -04:00
2 changed files with 13 additions and 6 deletions

View File

@ -1,23 +1,29 @@
{{ if eq .chezmoi.hostname "daybreak" }}
.config/beets
.config/sway
.config/waybar
.config/kitty
.config/kitty/kitty-gruvbox-theme
.config/sway
.config/waybar
bin/executable_kde-rofi-rbw-totp
bin/executable_ssh-check-host-fingerprint
{{ end }}
{{ if eq .chezmoi.hostname "epoch" }}
.config/beets
.config/sway
.config/waybar
.config/kitty
.config/kitty/kitty-gruvbox-theme
.config/sway
.config/waybar
bin/executable_kde-rofi-rbw-totp
bin/executable_ssh-check-host-fingerprint
{{ end }}
{{ if eq .chezmoi.hostname "WGC1065CTK7C3" }}
.config/beets
.config/sway
.config/waybar
.config/kitty
.config/kitty/kitty-gruvbox-theme
.config/sway
.config/waybar
bin/executable_kde-rofi-rbw-totp
bin/executable_ssh-check-host-fingerprint
{{ end }}

View File

@ -24,6 +24,7 @@ export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
export KDEHOME="$XDG_CONFIG_HOME"/kde
export LESSHISTFILE="$XDG_STATE_HOME"/less/history
export MINETEST_USER_PATH="$XDG_DATA_HOME"/minetest
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
export SQLITE_HISTORY="$XDG_CACHE_HOME"/sqlite_history
export WINEPREFIX="$XDG_DATA_HOME"/wine