From 808ea44f3097fc0758647e46c39c6d8dd2e8068b Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sat, 27 May 2023 07:05:30 +0300 Subject: [PATCH] fix jump installation --- run_once_before_install_main_deps.sh.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index 2ba7447..6c33e88 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -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 -}}