From c3f2134afcff1d4b70d5026da6fd2521115f0570 Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 20 Jul 2020 16:17:10 -0400 Subject: [PATCH] Setup: nvim PlugUpdate and add fisher --- .setup | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.setup b/.setup index 4bb97b1..c4b37e4 100755 --- a/.setup +++ b/.setup @@ -1,6 +1,10 @@ #!/usr/bin/fish sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' +nvim +PlugUpdate +q +q + +curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish +fish -c fisher cd ~/.dotfiles for i in (fd -t d)