Installs i3-gaps on Linux Mint 18.1
Installer based heavily off Erik Dubois’ i3 Installer (https://github.com/erikdubois/LinuxMint18i3), but is a little more modular and doesn’t rebind your keyboard.
Config Tweaks are all based off Code Cast’s “i3wm: Configuration (2/3)” and “i3wm: How to “Rice” Your Desktop (3/3)” videos, found here:
https://youtu.be/8-S0cWnLBKg \
https://youtu.be/ARKIwOlazKI
Alex explains all the config changes in-depth, and if you want to learn how to configure your own setup, this is a great place to start.
This Installer assumes a clean install of Linux Mint 18.1, though it should work fine for any Debian or Ubuntu-based linux install, clean or established (though I haven’t tested it so I can’t guarantee it.)
Similar to Erik Dubois’ Mint 18.1 Installer (https://github.com/erikdubois/LinuxMint18i3), this installer has various parts. To choose which elements to install, just comment out which elements you don’t want in the “AutoInstall.sh” file. For example, if you just want a clean i3-gaps installation, comment out everything but the “InstallDependencies” and “Installi3” lines.
If you want to copy my entire “basic i3 setup,” run the file as it is.
Unlike Erik’s installer, this has no major key rebindings or shortcuts changes. It’s completely non-obtrusive apart from the colour and theme changes, and the default program changes.
Upgrade your Linux install (run sudo apt-get upgrade
) if you want to.
Install any applications that you like/want
Clone or download this repo to a new directory anywhere on your system.
3.1 If you want to clone it and you don’t have Git installed, run the following code:
sudo apt-get install git
3.2 Then run the following:
git clone https://github.com/PhalanxHead/i3-gaps_MintInstaller.git ~/.i3/i3-gaps_MintInstaller
cd ~/.i3/i3-gaps_MintInstaller/
Edit the installer as required. See the Configuration Section below for more details, or read the “AutoInstaller.sh” file.
Run the following:
```
sudo chmod +x AutoInstaller.sh
./AutoInstaller.sh
```
Visit i3wm.org for more info!!
Each section installs different elements of my personal i3 setup.
Obviously a bunch of this code comes from Erik Dubois’ installer, notably in the “core” section. The included photo is a stock image from Linux Mint, and I’m assuming users will replace this almost immediately. All other attribution can be found in-code if relevant.