- gcc
- python3.10
- pip
- cmake
- unzip
- ripgrep
- luarocks
- nvm/npm
- packer.nvim
sudo apt update && sudo apt upgrade
sudo apt-get install gcc python3.10 python3-pip luarocks ninja-build gettext cmake unzip curl ripgrep
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm install node
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
git clone https://github.com/neovim/neovim\
cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo\
sudo make install
If .config/
already exists, rename it, clone this repo and then merge the old contents back into the new directory
git clone https://github.com/ahumayde/.config
Enter this into Command Prompt as Administrator
mkdir C:\win32yank &
curl -LJO https://github.com/equalsraf/win32yank/releases/download/v0.1.1/win32yank-x86.zip &
tar -xvf win32yank-x86.zip &
move win32yank.exe C:\win32yank -y &
setx PATH "%PATH%;C:\win32yank" &
del win32yank.exe win32yank-x86.zip
apt show <package>|grep Description: -A10