1
0
mirror of https://git.earne.link/earnestma/dotfiles synced 2024-06-19 08:07:04 +00:00

bootstrap.sh: Add more packages to install

This commit is contained in:
earnest ma 2021-12-10 21:06:12 -05:00
parent 26ce7c4b3e
commit debc8fe7db
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A

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 flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# Install # 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 sudo dnf install -y seahorse kleopatra # should be done already
optional_things="install_dev optional_things="install_dev
@ -47,7 +47,7 @@ set_post_extra(){
install_dev(){ install_dev(){
sudo dnf groupinstall -y "Development Tools" 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 sudo dnf install -y git-email git-publish
set_post_extra "Install ghq and VSCodium" set_post_extra "Install ghq and VSCodium"