https://github.com/codahiri/dotfiles
⚙ilosrim/dotfiles features a streamlined Neovim configuration designed for efficiency and enhanced coding experience. It includes custom keybindings, advanced syntax highlighting, smart code completion, and optimized plugin management. Ideal for developers seeking a powerful yet minimal setup.
https://github.com/codahiri/dotfiles
lua lua-plugin nvchad nvchad-config nvchad-custom-config nvim
Last synced: 24 days ago
JSON representation
⚙ilosrim/dotfiles features a streamlined Neovim configuration designed for efficiency and enhanced coding experience. It includes custom keybindings, advanced syntax highlighting, smart code completion, and optimized plugin management. Ideal for developers seeking a powerful yet minimal setup.
- Host: GitHub
- URL: https://github.com/codahiri/dotfiles
- Owner: codahiri
- Created: 2024-09-01T04:18:27.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-07T16:10:17.000Z (5 months ago)
- Last Synced: 2025-03-30T20:22:27.477Z (about 2 months ago)
- Topics: lua, lua-plugin, nvchad, nvchad-config, nvchad-custom-config, nvim
- Language: Lua
- Homepage: https://ilosrim.uz
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# My awesome dotfiles
How to install?
> Make sure your neovim version is equal to or higher than v0.10.x before installing the program- Make a backup of your current Neovim files:
```
# required
mv ~/.config/nvim{,.bak}# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
```- Clone the repo
> If you want to use NvChad, which has a lot of functionality and themes, first go to the `nvchad` branch and clone it, or after cloning, go to the `nvchad` branch through the terminal, write `git pull origin nvchad` and then run the program. Detailed information is available on the official website of [NvChad](https://nvchad.com/).
```
git clone https://github.com/ilosrim/dotfiles.git ~/.config/nvim
```- Remove the .git folder, so you can add it to your own repo later
```
rm -rf ~/.config/nvim/.git
```- Start Neovim!
```
nvim
```