From 880b6d32d7dfdb31e9f29e5e510b3e173db6f1a8 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 4 Jan 2018 17:06:09 +0100 Subject: [PATCH] Add Pop icon theme --- shell/bootstrap-void.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index 9500366..2a548cb 100755 --- a/shell/bootstrap-void.sh +++ b/shell/bootstrap-void.sh @@ -91,6 +91,14 @@ cd arc-icon-theme ./autogen.sh --prefix=/usr sudo make install +printf "${green}Starting build of Pop Icon theme${normal}" + +cd $HOME/Documents/working +git clone https://github.com/pop-os/icon-theme +cd icon-theme +sudo make install +sudo make post-install + printf "${green}Performing cleanup${normal}" sudo xbps-remove -oy rm -rf $HOME/Documents/working/*