Update README.md
This commit is contained in:
parent
eb48baa27d
commit
29706c69fd
|
@ -112,7 +112,7 @@ Actions to be executed from administrator user:
|
||||||
winget install gnuwin32.findutils (grep)
|
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...))
|
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)
|
(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
|
- 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
|
## 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
|
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.
|
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:
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue