fix webi call in Dockerfile
This commit is contained in:
@@ -10,9 +10,9 @@ sudo apt bash -y
|
||||
{{- end }}
|
||||
echo "Running installations\n"
|
||||
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" }}
|
||||
webi fish
|
||||
~/.local/bin/webi fish
|
||||
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
|
||||
{{- if eq .chezmoi.osRelease.id "alpine" }}
|
||||
apk update
|
||||
@@ -23,4 +23,5 @@ sudo apt install zsh tmux perl bash -y
|
||||
{{- end }}
|
||||
{{- else if eq .chezmoi.os "darwin" }}
|
||||
brew install neovim zsh tmux perl
|
||||
~/.local/bin/webi fish
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user