From edd0ee4e6b90b3e399653130157f21fce0f29787 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 15 Oct 2023 00:21:19 +0200 Subject: [PATCH] Astrovim is no more. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0d3da59..e820dd8 100644 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ rm -rf ~/.local/git/dotfiles git clone https://git.insomniac.pl/ftpd/dotfiles ~/.local/git/dotfiles # astronvim -rm -rf ~/.config/nvim ~/.local/git/AstroNvim ~/.local/share/nvim ~/.local/state/nvim +rm -rf ~/.config/nvim ~/.local/share/nvim ~/.local/state/nvim git clone https://github.com/NvChad/NvChad $XDG_CONFIG_HOME/nvim --depth 1 rm -rf $XDG_CONFIG_HOME/nvim/lua/custom ln -sf ~/.local/git/dotfiles/_nvchad_custom $XDG_CONFIG_HOME/nvim/lua/custom