From 2c1955333a6df982c24b745f0c645ae4b5ab103e Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 16 Feb 2023 09:12:08 +0000 Subject: [PATCH] Update 2 files - /docs/TODO.md - /home/dot_config/npm/npmrc.tmpl --- docs/TODO.md | 4 +++- home/dot_config/npm/npmrc.tmpl | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) 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