This commit is contained in:
Anton Volnuhin 2023-05-28 09:35:19 +03:00
parent 415b7932c5
commit a51e5f3bf1

View File

@ -30,7 +30,7 @@ USER=$(whoami)
{{ if eq .chezmoi.osRelease.id "fedora" -}}
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" -}}
## Setup fish repo in debian
@ -69,7 +69,7 @@ sudo chsh -s $(which fish) $USER
{{ if eq .chezmoi.osRelease.id "fedora" -}}
sudo dnf install neovim -y
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu"-}}
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
## Install neovim
sudo snap install nvim --classic
{{ end -}}