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:
parent
36b107527e
commit
1165ca99fd
1 changed files with 4 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue