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 ;)
- Host: GitHub
- URL: https://github.com/grayoj/chadconfig
- Owner: grayoj
- Created: 2023-05-05T20:10:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T20:16:40.000Z (about 3 years ago)
- Last Synced: 2025-04-09T23:10:38.614Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. :)