diff --git a/docs/TODO.md b/docs/TODO.md index dbb521be..9e301d8d 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -2,7 +2,9 @@ Ensure git-delta (or kvantum or fzf) installs with dnf on Fedora because it didn https://drasite.com/blog/Pimp%20my%20terminal https://github.com/checkly/headless-recorder https://github.com/QaidVoid/Complete-Single-GPU-Passthrough - +https://github.com/dosyago/DiskerNet +https://github.com/mldangelo/personal-site +https://github.com/rigoneri/Syte3 ✖ ERROR Gsettings Failed to apply gsetting Error: Command failed: gsettings set org.gnome.desktop.interface color-scheme prefer-dark No such key “color-scheme” diff --git a/home/dot_config/npm/npmrc.tmpl b/home/dot_config/npm/npmrc.tmpl index 25ff83fa..08f61f22 100644 --- a/home/dot_config/npm/npmrc.tmpl +++ b/home/dot_config/npm/npmrc.tmpl @@ -1,6 +1,6 @@ -cache=${XDG_CACHE_HOME}/npm +cache={{ .host.home }}/.cache/npm init.license=MIT init.version=0.0.1 -init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js -prefix=${XDG_DATA_HOME}/npm -store-dir=${XDG_DATA_HOME}/pnpm-store +init-module={{ .host.home }}/.config/npm/config/npm-init.js +prefix={{ .host.home }}/.local/share/npm +store-dir={{ .host.home }}/.local/share/pnpm-store