fix jump install on fedora

This commit is contained in:
Anton Volnuhin 2023-05-28 10:12:40 +03:00
parent adb4d1aa5d
commit ebb6f778c9

View File

@ -79,18 +79,6 @@ sudo chsh -s $(which fish) $USER
################################################################################################################################
##
## Install jump
##
################################################################################################################################
{{ if eq .chezmoi.os "linux" -}}
sudo snap install jump
{{ end -}}
################################################################################################################################
##
## Install atuin
@ -110,3 +98,16 @@ sudo chsh -s $(which fish) $USER
{{ end -}}
{{ end -}}
################################################################################################################################
##
## Install jump
##
################################################################################################################################
{{ if eq .chezmoi.os "linux" -}}
sleep 3
sudo snap install jump
{{ end -}}