Installation
Prerequisites
Gtheme is built with Rust, but the install script handles compilation for you. You need:
- Git — to clone the repository
- Rust toolchain —
rustcandcargo(install via rustup) - A Linux system with a display server (X11 or Wayland)
Install Gtheme
-
Clone the repository
Terminal window git clone --depth 1 https://github.com/daavidrgz/gtheme.git gthemecd gtheme -
Run the install script
Terminal window ./install.shThe script compiles Gtheme, sets up the configuration directory at
~/.config/gtheme/, and installs thegthemebinary. -
Follow the initial setup
The installer will guide you through choosing your first desktop and theme.
Verify the installation
gtheme --helpYou should see the Gtheme help output listing all available subcommands.
Updating
To update Gtheme, pull the latest changes and re-run the install script:
cd /path/to/gthemegit pull./install.sh