From 3c7d363f260f255c7abea5157cbc7d1bbb0bf52c Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 16 Apr 2023 00:13:18 +0200 Subject: [PATCH] Switch to AstroNvim. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eb7a4d9..ba3f3db 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # clean + prepare local dirs rm -rf ~/.cache ~/.config/_cache /tmp/${USER}-cache -rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~/.tmux.conf ~/.vim* ~/.zcomp* ~/.zsh* +rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~/.tmux.conf ~/.vim* ~/.zcomp* ~/.zsh* ~/.local/share/nvim ~/.local/state/nvim mkdir -p /tmp/${USER}-cache/ ~/.config ~/.local/bin ~/.local/share chmod 700 /tmp/${USER}-cache