delete fish install and update p10k config
This commit is contained in:
506
dot_p10k.zsh
506
dot_p10k.zsh
File diff suppressed because it is too large
Load Diff
@@ -12,8 +12,6 @@ echo "Running installations\n"
|
|||||||
curl -sS https://webinstall.dev/webi | bash
|
curl -sS https://webinstall.dev/webi | bash
|
||||||
~/.local/bin/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" }}
|
||||||
~/.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" }}
|
{{- if eq .chezmoi.osRelease.id "alpine" }}
|
||||||
apk update
|
apk update
|
||||||
apk add zsh tmux perl bash
|
apk add zsh tmux perl bash
|
||||||
@@ -23,5 +21,4 @@ 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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user