1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-24 14:16:49 +00:00

Fish: getfisher (and use it in .setup)

This commit is contained in:
Phantop 2020-07-21 10:42:02 -04:00
parent cce7eef52c
commit 3f2abc1cf8
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
# Defined in /tmp/fish.n3BGCP/getfisher.fish @ line 1
function getfisher
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fisher
end

3
.setup
View file

@ -19,5 +19,4 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
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
getfisher