From 7f0828c52b9fa067f6b50f6094461ec24c02c3da Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:32:42 -0400 Subject: [PATCH] (bash) update nvim symlink in setup.sh --- bash/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/setup.sh b/bash/setup.sh index cfa37ac..923fce3 100755 --- a/bash/setup.sh +++ b/bash/setup.sh @@ -22,7 +22,7 @@ fi echo "Installing essentials..." sudo pacman -Sy curl wget neovim fzf bat ripgrep git echo "Setup symlink for neovim configuration" -ln -s ~/ghq/juancwu/dotfiles/nvim ~/.config/nvim +ln -s /home/jc/ghq/juancwu/dotfiles/nvim /home/jc/.config/nvim # setup git git config --global user.email "46619361+juancwu@users.noreply.github.com"