mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
install/fedora.sh: minor fixes
This commit is contained in:
parent
0fb3cfeef9
commit
0a1d26d1d9
1 changed files with 4 additions and 5 deletions
|
|
@ -10,13 +10,12 @@ for sel in "${SELECTED[@]}"; do
|
||||||
case $sel in
|
case $sel in
|
||||||
"core")
|
"core")
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
xsel \
|
|
||||||
fish \
|
fish \
|
||||||
kitty \
|
alacritty \
|
||||||
tmux \
|
tmux \
|
||||||
|
xdg-utils \
|
||||||
xsel \
|
xsel \
|
||||||
fzf \
|
fzf
|
||||||
fswatch
|
|
||||||
;;
|
;;
|
||||||
"nvim")
|
"nvim")
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue