Skip to content

Instantly share code, notes, and snippets.

@rs-ds
Last active September 28, 2019 08:42
Show Gist options
  • Save rs-ds/e344817c139b42f3b9d0641222034988 to your computer and use it in GitHub Desktop.
Save rs-ds/e344817c139b42f3b9d0641222034988 to your computer and use it in GitHub Desktop.
Install i3wm on debian
/usr/lib/apt/apt-helper download-file http://dl.bintray.com/i3/i3-autobuild/pool/main/i/i3-autobuild-keyring/i3-autobuild-keyring_2016.10.01_all.deb keyring.deb SHA256:460e8c7f67a6ae7c3996cc8a5915548fe2fee9637b1653353ec62b954978d844
apt install ./keyring.deb
echo 'deb http://dl.bintray.com/i3/i3-autobuild sid main' > /etc/apt/sources.list.d/i3-autobuild.list
apt update
apt install i3
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment