bootstrap.sh: Add more packages to install

pull/1/head
earnest ma 2021-12-10 21:06:12 -05:00
parent 26ce7c4b3e
commit debc8fe7db
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 2 additions and 2 deletions

View File

@ -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"