From ccd5b5ea0c7596bb274490732bd9f28dc10ae67c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 20 Jun 2024 10:56:45 +0200 Subject: [PATCH] vim: spell: add symlink --- scripts/setup_minimal.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup_minimal.sh b/scripts/setup_minimal.sh index 17cd003..da685c9 100755 --- a/scripts/setup_minimal.sh +++ b/scripts/setup_minimal.sh @@ -10,6 +10,8 @@ git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf ln -s ~/dotfiles/.vimrc ~/.vimrc +ln -s ~/dotfiles/vim/spell/ ~/.vim/ + echo "source ~/dotfiles/.bash_extra" >> ~/.bashrc vim +PluginInstall +qall