Skip to content

AyanoT1/kickstart.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

348 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayano's neovim starter - kickstart.nvim configs

Installation

Windows (Powershell)

Start a Powershell as Admin and run:

winget install --accept-source-agreements chocolatey.chocolatey
choco install -y neovim git ripgrep wget fd unzip gzip mingw make

Reboot...

git clone https://github.com/AyanoT1/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
nvim

Debian

sudo apt update && sudo apt upgrade
sudo apt install make gcc ripgrep unzip git xclip curl

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
sudo rm -rf /opt/nvim-linux-x86_64
sudo mkdir -p /opt/nvim-linux-x86_64
sudo chmod a+rX /opt/nvim-linux-x86_64
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz

sudo ln -sf /opt/nvim-linux-x86_64/bin/nvim /usr/local/bin/
exec bash
git clone https://github.com/AyanoT1/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
nvim

Uninstallation

Windows:

rm "${env:LOCALAPPDATA}\nvim" -Force

Debian:

rm -rf "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim

About

AyanoT nvim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%