An open API service indexing awesome lists of open source software.

https://github.com/katy248/thememanager

Cli tool for managing system themes
https://github.com/katy248/thememanager

Last synced: 3 months ago
JSON representation

Cli tool for managing system themes

Awesome Lists containing this project

README

        

# ThemeManager

Cli tool for managing your themes dotfiles.

## Usage

Add repository

```sh
thm repository add -u "https://some-repo.git" -n "repository-name"
```

Set new theme

```sh
thm theme set -n "ThemeName"
```

This theme will be in `~/.themes/current` folder, so now you can rewrite all your configs to link for this folder.

All application themes will be in `~/.themes/current/[application-name]` folder.

## TODO

- [X] Specify from which repo `add`/`set` theme
- [X] Add `config reload` command
- [ ] Add application theme `CopyOptions` implementation