Skip to content

Instantly share code, notes, and snippets.

@Fale
Last active June 5, 2016 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fale/926ac465e73f494f3af7d00b1522bd1b to your computer and use it in GitHub Desktop.
Save Fale/926ac465e73f494f3af7d00b1522bd1b to your computer and use it in GitHub Desktop.
# 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