fix jump installation

This commit is contained in:
Anton Volnuhin 2023-05-27 07:05:30 +03:00
parent 1a3a22a6d1
commit 808ea44f30

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
cd ~
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "fedora")) -}}
sudo dnf install gpg git curl wget ripgrep fd-find unzip util-linux util-linux-user python3-pip cargo go htop fzf bat -y
@ -12,7 +13,7 @@ fish -c "fish_add_path -U ~/.cargo/bin"
chsh -s /usr/bin/fish
#cargo install atuin
GOBIN=.local/bin go install jump
GOBIN=~/.local/bin go install jump
{{ end -}}