dotfiles/OLD/install-papirus-icon-theme
2020-04-08 02:07:43 +02:00

8 lines
274 B
Bash
Executable file

#!/bin/bash
wget -qO- https://git.io/papirus-icon-theme-install | sh
for theme in Papirus ePapirus Papirus-Dark Papirus-Light ; do
sudo chmod -R u+r,g+r,o+r "/usr/share/icons/${theme}"
sudo find "/usr/share/icons/${theme}" -type d -exec chmod u+x,g+x,o+x {} +
done