Skip to content

Instantly share code, notes, and snippets.

@neetjn
Created June 12, 2019 22:55
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 neetjn/e87184f0a3942ae8f8d122b91fae701a to your computer and use it in GitHub Desktop.
Save neetjn/e87184f0a3942ae8f8d122b91fae701a to your computer and use it in GitHub Desktop.
mkdir ~/i3-gaps_shiz #change the name if you must
cd ~/i3-gaps_shiz
git clone https://www.github.com/Airblader/i3 i3-gaps
cd i3-gaps
autoreconf --force --install
mkdir build
cd build
../configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment