fix typo
This commit is contained in:
parent
415b7932c5
commit
a51e5f3bf1
@ -30,7 +30,7 @@ USER=$(whoami)
|
|||||||
{{ if eq .chezmoi.osRelease.id "fedora" -}}
|
{{ if eq .chezmoi.osRelease.id "fedora" -}}
|
||||||
sudo dnf install fish -y
|
sudo dnf install fish -y
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu"-}}
|
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||||
|
|
||||||
{{ if eq .chezmoi.osRelease.id "debian" -}}
|
{{ if eq .chezmoi.osRelease.id "debian" -}}
|
||||||
## Setup fish repo in debian
|
## Setup fish repo in debian
|
||||||
@ -69,7 +69,7 @@ sudo chsh -s $(which fish) $USER
|
|||||||
{{ if eq .chezmoi.osRelease.id "fedora" -}}
|
{{ if eq .chezmoi.osRelease.id "fedora" -}}
|
||||||
sudo dnf install neovim -y
|
sudo dnf install neovim -y
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu"-}}
|
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||||
## Install neovim
|
## Install neovim
|
||||||
sudo snap install nvim --classic
|
sudo snap install nvim --classic
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user