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
- Host: GitHub
- URL: https://github.com/katy248/thememanager
- Owner: Katy248
- Created: 2024-01-05T18:14:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T06:39:26.000Z (over 1 year ago)
- Last Synced: 2025-01-21T18:48:42.373Z (4 months ago)
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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