diff options
Diffstat (limited to 'bootstrap')
| -rw-r--r-- | bootstrap/neovim-win.ps1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap/neovim-win.ps1 b/bootstrap/neovim-win.ps1 index 60ed0ea..a2e755b 100644 --- a/bootstrap/neovim-win.ps1 +++ b/bootstrap/neovim-win.ps1 | |||
| @@ -115,8 +115,11 @@ function Install-Tools { | |||
| 115 | 115 | ||
| 116 | # opt.makeprg = "gmake" (nvim/lua/config/options.lua) - Alias liegt in | 116 | # opt.makeprg = "gmake" (nvim/lua/config/options.lua) - Alias liegt in |
| 117 | # windows/bin/gmake.cmd, reicht an "make" durch. Einmalig windows\bin | 117 | # windows/bin/gmake.cmd, reicht an "make" durch. Einmalig windows\bin |
| 118 | # zum PATH hinzufuegen, z.B.: | 118 | # zum PATH hinzufuegen (PowerShell, User-Scope, nicht setx mit %PATH% |
| 119 | # setx PATH "%PATH%;%USERPROFILE%\dotfiles\windows\bin" | 119 | # verwenden - das wuerde den gesamten Prozess-PATH inkl. System-Anteil |
| 120 | # dauerhaft in den User-PATH kopieren): | ||
| 121 | # $userPath = [Environment]::GetEnvironmentVariable("PATH", "User") | ||
| 122 | # [Environment]::SetEnvironmentVariable("PATH", "$userPath;$env:USERPROFILE\dotfiles\windows\bin", "User") | ||
| 120 | Install-WingetPackage -Binary "make" -Id "GnuWin32.Make" | 123 | Install-WingetPackage -Binary "make" -Id "GnuWin32.Make" |
| 121 | } | 124 | } |
| 122 | 125 | ||
