From 1a3a22a6d106821ec27782312e159bd4a8924615 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sat, 27 May 2023 06:59:13 +0300 Subject: [PATCH] chezmoiignore fix and install jump --- .chezmoiignore | 2 +- run_once_before_install_main_deps.sh.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index efaaa9a..330943a 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,3 +1,3 @@ -{{- if eq .chezmoi.os "darwin" }} +{{- if ne .chezmoi.os "darwin" }} Library {{- end }} diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index d027835..2ba7447 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash {{ 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 -y +sudo dnf install gpg git curl wget ripgrep fd-find unzip util-linux util-linux-user python3-pip cargo go htop fzf bat -y sudo dnf install fish neovim -y fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher" @@ -12,7 +12,7 @@ fish -c "fish_add_path -U ~/.cargo/bin" chsh -s /usr/bin/fish #cargo install atuin -#go install jump +GOBIN=.local/bin go install jump {{ end -}}