Last active
June 5, 2016 19:43
-
-
Save Fale/926ac465e73f494f3af7d00b1522bd1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Workaround for a broken update | |
sudo dnf install -y libxkbcommon-x11 --enablerepo updates-testing | |
# Install basic Xorg server | |
sudo dnf install -y xorg-x11-xinit xorg-x11-server-Xorg xorg-x11-drv-evdrv xorg-x11-utils xorg-x11-font-utils xorg-x11-fonts-misc xorg-x11-drivers xterm xorg-x11-drv-intel ixorg-x11-drv-synaptics | |
# Install I3WM | |
sudo dnf install -y i3status i3lock i3 feh rxvt-unicode-256color-ml | |
# Install common tools | |
sudo dnf install -y vim git mutt zathura-plugins-all | |
# Not yet for F24 | |
#dnf install -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-23.noarch.rpm | |
#dnf install -y http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-23.noarch.rpm | |
git clone https://github.com/Fale/i3.git ~/.i3 | |
~/.i3/links | |
cat "exec /usr/bin/i3" > ~/.xinitrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment