Skip to content

jet-sony/nvim_dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To do everything at once

Note that this will do everything except install custom fonts

curl -s https://raw.githubusercontent.com/jjshoots/nvim_dotfiles/master/install.sh | bash -s

Take me through the steps

Install Dependencies

sudo apt update
sudo apt install git ripgrep fd-find --yes

Install neovim

sudo snap install neovim --classic

Clone the repo

Change directory and clone it

cd ~/.config
git clone https://github.com/jjshoots/nvim_dotfiles.git nvim

Install ripgrep and fd

sudo apt install fd-find ripgrep

Custom Fonts

I use a custom patched monospaced font:

[email protected]:jjshoots/mononoki-monospaced.git

To use any other font:

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.

About

Nvim dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 87.9%
  • Vim Script 11.1%
  • Shell 1.0%