Browse Source

Add Pop icon theme

master
Quad 6 years ago
parent
commit
880b6d32d7
  1. 8
      shell/bootstrap-void.sh

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

Loading…
Cancel
Save