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
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ $# -lt 1 ]; then
|
||||
SELECTED=(core i3)
|
||||
else
|
||||
else
|
||||
SELECTED=$@
|
||||
fi
|
||||
|
||||
|
|
@ -10,13 +10,12 @@ for sel in "${SELECTED[@]}"; do
|
|||
case $sel in
|
||||
"core")
|
||||
sudo dnf install -y \
|
||||
xsel \
|
||||
fish \
|
||||
kitty \
|
||||
alacritty \
|
||||
tmux \
|
||||
xdg-utils \
|
||||
xsel \
|
||||
fzf \
|
||||
fswatch
|
||||
fzf
|
||||
;;
|
||||
"nvim")
|
||||
sudo dnf install -y \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue