bootstrap.sh: Add more packages to install
parent
26ce7c4b3e
commit
debc8fe7db
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue