<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/install-win.ps1, branch windows-port</title>
<subtitle>Personal dotfiles and settings</subtitle>
<id>https://git.its1.de/public/dotfiles/atom?h=windows-port</id>
<link rel='self' href='https://git.its1.de/public/dotfiles/atom?h=windows-port'/>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/dotfiles/'/>
<updated>2026-07-24T08:36:44Z</updated>
<entry>
<title>windows: npmrc-win wieder entfernt, prefix beim Kopieren auskommentieren statt zweite Datei zu pflegen</title>
<updated>2026-07-24T08:36:44Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2026-07-24T08:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/dotfiles/commit/?id=7dc291df70e115bf021240d0ea2616dffe28d9c8'/>
<id>urn:sha1:7dc291df70e115bf021240d0ea2616dffe28d9c8</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>windows: eigene npmrc-Variante ohne ${HOME} (npm/npmrc-win)</title>
<updated>2026-07-24T08:32:42Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2026-07-24T08:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/dotfiles/commit/?id=b91319846c364030074726fba73e76f19713e69d'/>
<id>urn:sha1:b91319846c364030074726fba73e76f19713e69d</id>
<content type='text'>
npm/npmrc setzt prefix=${HOME}/.local, damit globale npm-Installationen
ohne sudo/root ins Home-Verzeichnis gehen. HOME ist unter Windows i.d.R.
nicht gesetzt, ${HOME} wuerde also nicht expandieren.

npm/npmrc-win laesst prefix komplett weg - npm nutzt unter Windows
ohnehin schon %APPDATA%\npm als Praefix, von Node's eigenem Installer
automatisch zum PATH hinzugefuegt, kein Workaround noetig.

install-win.ps1 und neovim-windows-setup.md entsprechend angepasst.
npm/npmrc (POSIX) bleibt unveraendert.
</content>
</entry>
<entry>
<title>windows: manuelle Schritte reduzieren (PATH-Refresh, windows/bin automatisch im PATH)</title>
<updated>2026-07-23T08:20:06Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2026-07-23T08:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/dotfiles/commit/?id=c196e9a59a47bcaceab93342af5cf7a2f6ddd853'/>
<id>urn:sha1:c196e9a59a47bcaceab93342af5cf7a2f6ddd853</id>
<content type='text'>
bootstrap/neovim-win.ps1: Update-SessionPath liest PATH nach der
Git/Node-Installation aus der Registry neu ein, damit die folgenden
npm-Installationen (Formatters/LSP) im selben Lauf nicht faelschlich
'npm nicht gefunden' melden.

install-win.ps1: haengt windows/bin (gmake.cmd) automatisch und
idempotent an den User-PATH an, statt das manuell per Anleitung zu
verlangen.
</content>
</entry>
<entry>
<title>windows: install-win.cmd durch install-win.ps1 ersetzt, neovim-dict-win.ps1 ergaenzt</title>
<updated>2026-07-23T08:00:34Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2026-07-23T08:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/dotfiles/commit/?id=b504e16f941470d46c0f8495f7ea4368e5d14871'/>
<id>urn:sha1:b504e16f941470d46c0f8495f7ea4368e5d14871</id>
<content type='text'>
install-win.cmd entfernt, install-win.ps1 (reines PowerShell) uebernimmt
dieselbe Aufgabe (Config-Kopie nach %LOCALAPPDATA%\nvim, .gitconfig,
config-up2parts, npmrc). Ausserdem bootstrap/neovim-dict-win.ps1 als
PowerShell-Pendant zu bootstrap/neovim-dict.sh: laedt die deutschen
Rechtschreib-Woerterbuecher nach %LOCALAPPDATA%\nvim-data\site\spell.

neovim-windows-setup.md aktualisiert: verweist jetzt durchgehend auf
die .ps1-Skripte statt .cmd/Git-Bash, Python-Installationsschritt
entfernt (Provider ist deaktiviert), Stolperstein-Liste bereinigt.
</content>
</entry>
</feed>
