1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

install/fedora.sh: install brave browser

This commit is contained in:
Henrik Hautakoski 2026-05-06 23:23:54 +02:00
parent 36b107527e
commit 1165ca99fd

View file

@ -9,12 +9,16 @@ fi
for sel in "${SELECTED[@]}"; do
case $sel in
"core")
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager addrepo --from-repofile=https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo
sudo dnf install -y \
fish \
alacritty \
tmux \
xdg-utils \
xsel \
brave-browser \
fzf
;;
"nvim")