Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.26 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.26 KB

🐧 DOOM

The SOTA core configuration for NeoVim!

Showcase

Shot-2024-05-05-145017

Shot-2024-05-05-151825

Shot-2024-05-05-150806

🍻 Getting Started

Installation
  • Backup your current NeoVim configurations:
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
  • Clone this repo
git clone https://github.com/CuB3y0nd/DOOM.git ~/.config/nvim
  • Remove the .git folder, so you can add it to your own repo later
rm -rf ~/.config/nvim/.git
  • Enjoy your journey!
nvim
Update plugins
: Lazy sync
Uninstall
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim

💤 Documents

TODO

License

MIT © CuB3y0nd