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:
git@github.com: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.