aboutsummaryrefslogtreecommitdiff
path: root/windows/bin
Commit message (Collapse)AuthorAgeFilesLines
* nvim-update: Benutze das gleiche Kommando für Windows und POSIXThomas Schmucker2026-07-311-1/+1
|
* windows: nvim-update.cmd hinzugefuegt (Pendant zum zsh-Alias)Thomas Schmucker2026-07-271-0/+2
| | | | | | | | Entspricht 1:1 dem zsh-Alias 'nvim-update' (zsh/zshrc:79): nvim --headless "+Lazy! sync" "+qa". Liegt in windows/bin, das install-win.ps1 bereits automatisch zum User-PATH hinzufuegt - kein weiterer Schritt noetig. CRLF-Zeilenenden zur Konsistenz mit gmake.cmd angeglichen.
* windows: install-win.cmd, gmake.cmd und Windows-Setup-Anleitung hinzugefuegtThomas Schmucker2026-07-231-0/+11
Eigenstaendiger, Windows-nativer Installationsweg fuer nvim/git/npm-Config (Kopieren statt Symlinks, keine Admin-Rechte noetig). install.sh und die bestehenden bootstrap-Skripte bleiben unveraendert.