aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/polybar12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/polybar b/build/polybar
new file mode 100755
index 0000000..45120e0
--- /dev/null
+++ b/build/polybar
@@ -0,0 +1,12 @@
+#!/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