Update README.md

This commit is contained in:
mgua 2023-04-29 19:55:49 +02:00 committed by GitHub
parent 29706c69fd
commit 0f03f78db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 2 deletions

View File

@ -139,6 +139,7 @@ Luckily Chocolatey can install many packages.
choco install less bat gzip ripgrep grep fd fzf far netcat curl wget procexp mingw make unzip git python strawberryperl neovim
cpanm -n Neovim::Ext (or cpan install Neovim::Ext) (for perl development)
```
####Microsoft Windows terminal
Installing Microsoft Windows Terminal (wt.exe) was a bit tricky:
1. download Microsoft Windows Terminal from github release (on the right): download both preinstall kit and package for windows 10 version x64 architecture (windows11 version doesnt work). Unzip the preinstall kit.
@ -152,9 +153,23 @@ Installing Microsoft Windows Terminal (wt.exe) was a bit tricky:
3. Now the tool should be available. You can invoke it with wt.exe
For the other tools proceed using the same procedures listed for Windows 10/11. On Windows server 2022 I could not install a functional version of nodejs on windows 2022 thru choco, npm version is probably too old and neovim install fails
Neovim can be installed via choco
####Node and related tools
On Windows server 2022 I could not install a functional version of npm thru choco, npm version is probably too old and neovim install fails. A workaround is to use yarn in place of npm
```
choco install nodejs-lts yarn
yarn global add neovim
yarn global add tree-sitter-cli
```
####Other tools
For the other tools, nerdfonts etc... proceed using the same procedures listed for Windows 10/11.
####neovim
Neovim can be installed via choco
```
choco install neovim
```
### Neovim Kickstart Configuration for Windows (in non privileged user context)