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/*