Powershell script
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user