mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-23 21:56:45 +00:00
Fish: getfisher (and use it in .setup)
This commit is contained in:
parent
cce7eef52c
commit
3f2abc1cf8
5
.config/fish/functions/getfisher.fish
Normal file
5
.config/fish/functions/getfisher.fish
Normal 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
3
.setup
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue