Instructions

Suru++25

Click one of content in the index.

Installing with CLI

Use the scripts to install the latest version directly from this repo (independently of your distro):

NOTE: Use the same command to update the icon theme.

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | sh

HOME directory for GTK

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | env DESTDIR="$HOME/.icons" sh

HOME directory for KDE

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | env DESTDIR="$HOME/.local/share/icons" sh

*BSD systems

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | env DESTDIR="/usr/local/share/icons" sh

Uninstall

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus/master/install.sh | env uninstall=true sh

Arch Linux and Arch-based distributions

yay -S suru-plus-git
Suru++25 Dark

Click one of content in the index.

Installing with CLI

Use the scripts to install the latest version directly from this repo (independently of your distro):

NOTE: Use the same command to update the icon theme.

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus-dark/master/install.sh | sh

HOME directory for GTK

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus-dark/master/install.sh | env DESTDIR="$HOME/.icons" sh

HOME directory for KDE

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus-dark/master/install.sh | env DESTDIR="$HOME/.local/share/icons" sh

*BSD systems

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus-dark/master/install.sh | env DESTDIR="/usr/local/share/icons" sh

Uninstall

wget -qO- https://raw.githubusercontent.com/gusbemacbe/suru-plus-dark/master/install.sh | env uninstall=true sh

Arch Linux and Arch-based distributions

yay -S suru-plus-dark-git