Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.22 KB

File metadata and controls

42 lines (31 loc) · 1.22 KB

Neovim Config

On Linux

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install neovim
sudo apt-get install ripgrep
sudo apt-get install fd-find

git clone git@github.com:bafto/nvim-config.git ~/.config/nvim

On Windows

Copied from Inspired by this Blog Post.

Install chocolatey:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Setup:

choco upgrade chocolatey -y
choco install neovim -y
choco install ripgrep -y
choco install fd -y
choco install make -y

git clone https://github.com/bafto/nvim-config.git C:/Users/<username>/AppData/Local/nvim

Optionally install Windows Terminal and configure it to use PowerShell (Not Windows Powershell):

choco install powershell-core -y

On all Systems

Configure your terminal to use the provided font.