From b8d84ef92ad42615ec83487fe93871d69e680c0a Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sat, 27 May 2023 10:24:13 +0300 Subject: [PATCH] lighter kitty installation --- run_once_before_install_main_deps.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index 92dd28e..8d25ea9 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -2,8 +2,8 @@ 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 kitty -y -sudo dnf install fish neovim -y +sudo dnf install gpg git curl wget ripgrep fd-find unzip util-linux util-linux-user python3-pip cargo go htop fzf bat kitty-terminfo -y +sudo dnf install fish neovim kitty-fish-integration -y fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher"