Note that this will do everything except install custom fonts
Linux:
curl -fsSL https://raw.githubusercontent.com/jjshoots/nvim_dotfiles/master/install.sh | bash -sMacOS:
curl -fsSL https://raw.githubusercontent.com/jjshoots/nvim_dotfiles/master/install_macos.sh | bash
sudo apt update
sudo apt install git ripgrep fd-find --yessudo snap install neovim --classicChange directory and clone it
cd ~/.config
git clone https://github.com/jjshoots/nvim_dotfiles.git nvimsudo apt install fd-find ripgrepI use a custom patched monospaced font:
git@github.com:jjshoots/mononoki-monospaced.gitDownload the font repo first:
git clone https://github.com/ryanoasis/nerd-fonts.git --depth 1Install Mononoki
cd nerd-fonts
./install.sh Mononoki
Change font to mononoki Nerd Font Mono in whatever terminal emulator you're using.