From 68b01ea26cf0a7f51061249333e805c8a067d988 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 22 Oct 2020 16:48:37 +0200 Subject: [PATCH] Neovim + XDG setup. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 54ec0ff..257d250 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # cleaning rm -rf ~/.bash* ~/.profile rm -rf ~/.dotfiles -rm -rf ~/.config/fd ~/.config/git ~/.config/nvim ~/.config/tmux ~/.config/zsh ~/.zshrc +rm -rf ~/.config/fd ~/.config/git ~/.config/nvim ~/.config/tmux ~/.config/vim ~/.config/zsh rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~/.tmux.conf ~/.vim* ~/.zcomp* ~/.zsh* # repo + preparations