#!/bin/sh set -e # Based off of # https://github.com/polybar/polybar/wiki/Compiling git clean -fdx . mkdir build cd build cmake .. make -j$(nproc) sudo make install