From 9fa771baf91d74a6da4d097ce3aff5bbe3cfec6d Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Thu, 29 Apr 2021 14:26:37 +0200 Subject: [PATCH] Update boostrap.sh --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 8e96257..86be981 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -21,6 +21,7 @@ ln -s ~/.dotfiles/.zshenv .zshenv ln -s ~/.dotfiles/.tool-versions .tool-versions ln -s ~/.dotfiles/.tmux.conf .tmux.conf ln -s ~/.dotfiles/.vim .vim +ln -s ~/.dotfiles/.config/nvim ~/.config/nvim # Source zsh source ~/.zshrc