Compare commits

..

2 Commits

Author SHA1 Message Date
Joel Beckmeyer eddc42b3ec don't install kde-* scripts on non-KDE desktops 2023-08-07 13:20:19 -04:00
Joel Beckmeyer c63753e599 add npm 2023-08-07 13:20:16 -04:00
2 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,7 @@
.config/sway
.config/waybar
bin/kde-rofi-rbw-totp
bin/ssh-check-host-fingerprint
bin/kde-rofi-rbw-autotype
{{ end }}
{{ if eq .chezmoi.hostname "epoch" }}
@ -15,7 +15,7 @@ bin/ssh-check-host-fingerprint
.config/sway
.config/waybar
bin/kde-rofi-rbw-totp
bin/ssh-check-host-fingerprint
bin/kde-rofi-rbw-autotype
{{ end }}
{{ if eq .chezmoi.hostname "WGC1065CTK7C3" }}
@ -25,5 +25,5 @@ bin/ssh-check-host-fingerprint
.config/sway
.config/waybar
bin/kde-rofi-rbw-totp
bin/ssh-check-host-fingerprint
bin/kde-rofi-rbw-autotype
{{ end }}

3
dot_config/npm/npmrc Normal file
View File

@ -0,0 +1,3 @@
prefix=${XDG_DATA_HOME}/npm
cache=${XDG_CACHE_HOME}/npm
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js