mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
15 lines
230 B
Bash
Executable file
15 lines
230 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo dnf install -y \
|
|
xorg-x11-xinit \
|
|
i3 \
|
|
lxappearance \
|
|
rxvt-unicode \
|
|
fish \
|
|
ImageMagick \
|
|
xautolock \
|
|
xrandr \
|
|
arandr \
|
|
rofi \
|
|
dejavu-fonts-all \
|
|
fontawesome-fonts
|