add webman to fish path on install
This commit is contained in:
@@ -3,5 +3,9 @@ curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fi
|
||||
fisher install IlanCosman/tide@v6
|
||||
fisher install PatrickF1/fzf.fish
|
||||
|
||||
fish_add_path ~/.webman/bin/
|
||||
|
||||
bash (curl https://raw.githubusercontent.com/atuinsh/atuin/main/install.sh | psub)
|
||||
atuin import auto
|
||||
if type -q $atuin
|
||||
atuin import auto
|
||||
end
|
||||
|
||||
@@ -12,14 +12,12 @@ sudo apt install curl bash fish -y
|
||||
echo "Linux OS release not recognized"
|
||||
exit 1
|
||||
{{- end }}
|
||||
chsh -s $(which fish)
|
||||
chsh -s $(which fish) || echo "chsh failed"
|
||||
{{- else if eq .osid "darwin" }}
|
||||
brew install curl fish bash
|
||||
chsh -s $(which fish)
|
||||
chsh -s $(which fish) || echo "chsh failed"
|
||||
{{- end }}
|
||||
|
||||
bash <(curl https://raw.githubusercontent.com/atuinsh/atuin/main/install.sh)
|
||||
|
||||
curl https://raw.githubusercontent.com/candrewlee14/webman/main/scripts/install.sh | sh
|
||||
~/.webman/bin/webman group add modern-unix --all || echo "Not all modern-unix packages installed successfully"
|
||||
~/.webman/bin/webman add zozide || echo "zoxide install failed"
|
||||
|
||||
Reference in New Issue
Block a user