mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
Adding fedora install script
This commit is contained in:
parent
77a5d4802f
commit
55ef128a7a
1 changed files with 12 additions and 0 deletions
12
install/fedora.sh
Normal file
12
install/fedora.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo dnf install -y \
|
||||||
|
i3 \
|
||||||
|
rxvt-unicode \
|
||||||
|
fish \
|
||||||
|
ImageMagick \
|
||||||
|
xautolock \
|
||||||
|
xrandr \
|
||||||
|
rofi \
|
||||||
|
dejavu-fonts-all \
|
||||||
|
fontawesome-fonts
|
||||||
Loading…
Add table
Add a link
Reference in a new issue