Skip to content

A command line tool for installing themes and configurations from git repositories.

Notifications You must be signed in to change notification settings

linux-themes/themes

Repository files navigation

Themes

Build Status GitHub go.mod Go version Repo Size GitHub Release GitHub Tag

Manage your linux desktop themes

Install

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

Use

themes list all
themes install https://github.com/sudo-adduser-jordan/mint-y-winx/raw/main/mint-y-winx.tar.xz
themes remove 

Contributing

Feel free to dive in! Open an issue or submit PRs.

git clone https://github.com/linux-themes/themes  

Contributors

This project exists thanks to all the people who contribute.

About

A command line tool for installing themes and configurations from git repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages