Note that this will do everything except install custom fonts
curl -s https://raw.githubusercontent.com/jjshoots/nvim_dotfiles/master/install.sh | bash -s
sudo apt update
sudo apt install git ripgrep fd-find --yes
sudo snap install neovim --classic
Change directory and clone it
cd ~/.config
git clone https://github.com/jjshoots/nvim_dotfiles.git nvim
sudo apt install fd-find ripgrep
I use a custom patched monospaced font:
[email protected]:jjshoots/mononoki-monospaced.git
Download the font repo first:
git clone https://github.com/ryanoasis/nerd-fonts.git --depth 1
Install Mononoki
cd nerd-fonts
./install.sh Mononoki
Change font to mononoki Nerd Font Mono
in whatever terminal emulator you're using.