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 -}}