An open API service indexing awesome lists of open source software.

https://github.com/grayoj/chadconfig

My neovim configurations (latest) ~ I use Nvchad ;)
https://github.com/grayoj/chadconfig

Last synced: about 1 year ago
JSON representation

My neovim configurations (latest) ~ I use Nvchad ;)

Awesome Lists containing this project

README

          

# Chadconfig.

This is my Nvchad configuration that I use for Neovim on my linux and Mac. It's basically my personal nvchad config written in Lua that I can replicate on my Mac, Debian anDArch Linux PCs.

## Setup

- Uninstall any previous configurations.
Run:
```
# Linux / Macos (unix)
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim

# Windows
rd -r ~\AppData\Local\nvim
rd -r ~\AppData\Local\nvim-data
```
- Run git clone `https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim`
- Clone this repository,
- Then run `cp -r /your-clone-dir/nvim /Users//.config/nvim`
- Run `nvim` in your terminal.

The fonts I use? I often use either JetBrains Mono NFM, Caskadya Code or Fura Mono NFM. You can get the nerdfonts online.
I also stick with the gruvchad, gruvbox or chocolate.

## Contact

Mgeraldoj07@gmail.com
You can also find me on Twitter - (@geraldabuchi)
~ Thank You. :)