1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-02-05 11:06:50 +00:00

Setup: nvim PlugUpdate and add fisher

This commit is contained in:
Phantop 2020-07-20 16:17:10 -04:00
parent 5df7561a77
commit c3f2134afc

4
.setup
View file

@ -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)