diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-24 10:36:44 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-24 10:36:44 +0200 |
| commit | 7dc291df70e115bf021240d0ea2616dffe28d9c8 (patch) | |
| tree | 9a375853beff04efc28073b0547c803da72a7012 /neovim-windows-setup.md | |
| parent | b91319846c364030074726fba73e76f19713e69d (diff) | |
| download | dotfiles-7dc291df70e115bf021240d0ea2616dffe28d9c8.tar.gz dotfiles-7dc291df70e115bf021240d0ea2616dffe28d9c8.tar.bz2 dotfiles-7dc291df70e115bf021240d0ea2616dffe28d9c8.zip | |
windows: npmrc-win wieder entfernt, prefix beim Kopieren auskommentieren statt zweite Datei zu pflegen
Copy-Npmrc liest npm/npmrc jetzt zeilenweise und kommentiert die
prefix=${HOME}/.local-Zeile beim Schreiben nach %USERPROFILE%\.npmrc
aus, statt eine separate npm/npmrc-win zu unterhalten. Nur eine
npmrc-Datei zu pflegen war der ausdrueckliche Wunsch.
Diffstat (limited to 'neovim-windows-setup.md')
| -rw-r--r-- | neovim-windows-setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neovim-windows-setup.md b/neovim-windows-setup.md index c5fc3fc..568638c 100644 --- a/neovim-windows-setup.md +++ b/neovim-windows-setup.md | |||
| @@ -39,7 +39,7 @@ Es kopiert (keine Symlinks, keine Admin-Rechte nötig): | |||
| 39 | - `nvim/` → `%LOCALAPPDATA%\nvim` | 39 | - `nvim/` → `%LOCALAPPDATA%\nvim` |
| 40 | - `git/config` → `%USERPROFILE%\.gitconfig` | 40 | - `git/config` → `%USERPROFILE%\.gitconfig` |
| 41 | - `git/config-up2parts` → `%USERPROFILE%\.config\git\config-up2parts` (Pfad ist im `includeIf` von `git/config` hartkodiert) | 41 | - `git/config-up2parts` → `%USERPROFILE%\.config\git\config-up2parts` (Pfad ist im `includeIf` von `git/config` hartkodiert) |
| 42 | - `npm/npmrc-win` → `%USERPROFILE%\.npmrc` (nur falls dort noch keine Datei existiert) – eigene Windows-Variante ohne `prefix=${HOME}/.local`: `HOME` ist unter Windows i. d. R. nicht gesetzt, npm nutzt dort ohnehin schon von Haus aus `%APPDATA%\npm` als Praefix | 42 | - `npm/npmrc` → `%USERPROFILE%\.npmrc` (nur falls dort noch keine Datei existiert) – die Zeile `prefix=${HOME}/.local` wird dabei auskommentiert: `HOME` ist unter Windows i. d. R. nicht gesetzt, npm nutzt dort ohnehin schon von Haus aus `%APPDATA%\npm` als Präfix |
| 43 | 43 | ||
| 44 | Nach Änderungen im Repo `install-win.ps1` erneut ausführen, um die Kopien zu aktualisieren. | 44 | Nach Änderungen im Repo `install-win.ps1` erneut ausführen, um die Kopien zu aktualisieren. |
| 45 | 45 | ||
