/.dotfiles

Personal dotfiles

Primary LanguageLua

Ayrbox neovim config

Base on Neovim from Scratch

IMPORTANT Requires Neovim v0.6.0+

git clone git@github.com:ayrbox/neovim-config.git ~/.config/nvim

Run nvim and wait for the plugins to be installed

Nerd Font:

Install Jetbrains Mono Nerd font using vim.

brew tap homebrew/cask-fonts &&
brew install --cask font-jetbrains-mono-nerd-font

For any other font.

brew install --cask font-<FONTNAME>-nerd-font

Dependencies:

  • nodejs
  • npm
  • rg brew install rg

The computing scientist's main challenge is not to get confused by the complexities of his own making.

- Edsger W. Dijkstra