diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 68b695a..e4ba9a4 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -116,18 +116,18 @@ $Green########################################################################## sleep 3 {{ if eq .chezmoi.os "darwin" -}} - brew install -q fish neovim $ACT_PACKAGES atuin jump fd + brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk {{ else if eq .chezmoi.osRelease.id "fedora" -}} - sudo dnf install neovim fish $ACT_PACKAGES fd-find -y + sudo dnf install neovim fish $ACT_PACKAGES fd-find skim -y nix-env -iA nixpkgs.atuin nixpkgs.jump {{ else if eq .chezmoi.osRelease.id "arch" -}} - sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd + sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim nix-env -iA nixpkgs.jump {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} - sudo apt install fish $ACT_PACKAGES -y + sudo apt install fish $ACT_PACKAGES skim -y nix-env -iA nixpkgs.neovim nixpkgs.jump if ! fish -c atuin &>/dev/null then