# AstroNvim **NOTE:** This is for AstroNvim v4+ Based on the template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim) ## 🛠️ Installation #### Make a backup of your current nvim and shared folder ```shell mv ~/.config/nvim ~/.config/nvim.bak mv ~/.local/share/nvim ~/.local/share/nvim.bak mv ~/.local/state/nvim ~/.local/state/nvim.bak mv ~/.cache/nvim ~/.cache/nvim.bak ``` #### Clone the repository ```shell git clone git@git.kemitix.net:kemitix/nvim-config.git ~/.config/nvim ``` or ```shell git clone https://git.kemitix.net:kemitix/nvim-config.git ~/.config/nvim ``` #### Start Neovim ```shell nvim ```