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