Manage your linux desktop themes
go install github.com/linux-themes/themes@latest
Install go from https://go.dev/doc/install
Or
Install go from apt
sudo apt install nala -y
sudo nala install golang -y
Check go bin is on path
echo $PATH | tr ':' '\n' | grep 'go/bin'
If not add to .bashrc
echo -n 'export PATH="~/go/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
themes list all
themes install https://github.com/sudo-adduser-jordan/mint-y-winx/raw/main/mint-y-winx.tar.xz
themes remove
Feel free to dive in! Open an issue or submit PRs.
git clone https://github.com/linux-themes/themes
This project exists thanks to all the people who contribute.