add fisher install bootstrap script
This commit is contained in:
parent
935c876bee
commit
dc364bb196
1 changed files with 8 additions and 0 deletions
8
.config/yadm/bootstrap.d/003_fisher
Executable file
8
.config/yadm/bootstrap.d/003_fisher
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
if type -q fisher
|
||||||
|
echo "fisher already installed"
|
||||||
|
else
|
||||||
|
echo "installing fisher"
|
||||||
|
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
|
||||||
|
end
|
Loading…
Reference in a new issue