fix webi call in Dockerfile

This commit is contained in:
2022-03-31 14:50:26 -06:00
parent 099d85c6e9
commit d2c94822d7

View File

@@ -10,9 +10,9 @@ sudo apt bash -y
{{- end }} {{- end }}
echo "Running installations\n" echo "Running installations\n"
curl -sS https://webinstall.dev/webi | bash curl -sS https://webinstall.dev/webi | bash
webi bat curlie delta jq rg fd gh ~/.local/bin/webi bat curlie delta jq rg fd gh
{{- if eq .chezmoi.os "linux" }} {{- if eq .chezmoi.os "linux" }}
webi fish ~/.local/bin/webi fish
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
{{- if eq .chezmoi.osRelease.id "alpine" }} {{- if eq .chezmoi.osRelease.id "alpine" }}
apk update apk update
@@ -23,4 +23,5 @@ sudo apt install zsh tmux perl bash -y
{{- end }} {{- end }}
{{- else if eq .chezmoi.os "darwin" }} {{- else if eq .chezmoi.os "darwin" }}
brew install neovim zsh tmux perl brew install neovim zsh tmux perl
~/.local/bin/webi fish
{{- end }} {{- end }}