Powershell script

This commit is contained in:
inorishio
2026-02-09 16:10:12 +01:00
parent 1d13bc8a07
commit f77acb5f33
+17
View File
@@ -1,4 +1,21 @@
### The infamous windows/linux Neovim config
## windows
# Powershell
Make use of the powershell script to solve a bunch of issues beforehand.
```pwsh
.\scripts\windows_dependencies.ps1
```
To Do powershell script:
- [] Add binaries to PATH
## Remove lines containing regex ## Remove lines containing regex
``` ```
:%g/{regex}/d :%g/{regex}/d
``` ```