fix jump install on fedora
This commit is contained in:
parent
adb4d1aa5d
commit
ebb6f778c9
@ -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 -}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user