Skip to content

CuB3y0nd/DOOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐧 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