From debc8fe7db91b1537e5e62725606fc02ff7db9c1 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 10 Dec 2021 21:06:12 -0500 Subject: [PATCH] bootstrap.sh: Add more packages to install --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index a650d25..888c9d6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -26,7 +26,7 @@ sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-releas flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo # Install -sudo dnf install -y neovim mpv util-linux-user +sudo dnf install -y neovim mpv util-linux-user xclip sudo dnf install -y seahorse kleopatra # should be done already optional_things="install_dev @@ -47,7 +47,7 @@ set_post_extra(){ install_dev(){ sudo dnf groupinstall -y "Development Tools" - sudo dnf install -y direnv stow exa fzf fd-find ripgrep + sudo dnf install -y direnv stow exa fzf fd-find ripgrep shellcheck sudo dnf install -y git-email git-publish set_post_extra "Install ghq and VSCodium"