Update README.md

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

View File

@ -112,7 +112,7 @@ Actions to be executed from administrator user:
winget install gnuwin32.findutils (grep)
winget install Microsoft.WindowsTerminal (if not from winget, it can be installed from microsoft https://aka.ms/terminal https://github.com/microsoft/terminal#other-install-methods https://github.com/microsoft/terminal (go on releases on right side...))
(for windows server 2022 -without winget- see later)
choco install less bat gzip ripgrep grep fd fzf far netcat curl wget procexp mingw make unzip (choco installs the tools in c:\ProgramData\chocolatey\bin these tools are needed for lsp config)
choco install git less bat gzip ripgrep grep fd fzf far netcat curl wget procexp mingw make unzip (choco installs most of the tools in c:\ProgramData\chocolatey\bin)
```
- nerdfonts are a nice to have extension. After font installation, they can be setup in Windows Terminal to be available for neovim interface. Go download nerdfonts https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.3/Hack.zip uncompress in a temporary folder. then select all the .ttf files and press right-click then install. Open MS terminal, press the top icon on the right of the "+", then choose Profile/Defaults on the left, then Appearance and in font face set Hack Nerd Font
```
@ -135,6 +135,10 @@ Actions to be executed from administrator user:
## Neovim preparation and Installation for Windows Server 2022
This operating system is similar to Windows 10/11 but I could not manage to have winget package installer working
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)
```
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.