diff --git a/run_once_install.sh.tmpl b/run_once_install.sh.tmpl index a88f7f1..71a6fc4 100644 --- a/run_once_install.sh.tmpl +++ b/run_once_install.sh.tmpl @@ -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 }}