(bash) update nvim symlink in setup.sh
This commit is contained in:
parent
6c11488658
commit
7f0828c52b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue