mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
updated readme
This commit is contained in:
49
README.md
49
README.md
@@ -4,7 +4,6 @@
|
|||||||
# clrsync
|
# clrsync
|
||||||
|
|
||||||
**Notice:** This application is not yet released and is subject to change.
|
**Notice:** This application is not yet released and is subject to change.
|
||||||
Deb, RPM, and AUR packages, as well as a Windows installer, will be available soon.
|
|
||||||
|
|
||||||
A theme management tool for synchronizing color schemes across multiple applications. clrsync allows to define color palettes once and apply them consistently to all configurable applications.
|
A theme management tool for synchronizing color schemes across multiple applications. clrsync allows to define color palettes once and apply them consistently to all configurable applications.
|
||||||
|
|
||||||
@@ -12,13 +11,18 @@ A theme management tool for synchronizing color schemes across multiple applicat
|
|||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [NixOS](#nixos)
|
- [Linux](#linux)
|
||||||
- [Home Manager Module](#home-manager-module)
|
- [Ubuntu](#ubuntu)
|
||||||
- [Package](#package)
|
- [Fedora](#fedora)
|
||||||
- [Install to profile](#install-to-profile)
|
- [NixOS](#nixos)
|
||||||
- [Run without installing](#run-without-installing)
|
- [Home Manager Module](#home-manager-module)
|
||||||
|
- [Package](#package)
|
||||||
|
- [Install to profile](#install-to-profile)
|
||||||
|
- [Run without installing](#run-without-installing)
|
||||||
|
- [Windows](#windows)
|
||||||
- [Other systems](#other-systems)
|
- [Other systems](#other-systems)
|
||||||
- [Building](#building)
|
- [Building](#building)
|
||||||
- [Prerequisites](#prerequisites)
|
- [Prerequisites](#prerequisites)
|
||||||
@@ -41,7 +45,32 @@ A theme management tool for synchronizing color schemes across multiple applicat
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### NixOS
|
### Linux
|
||||||
|
|
||||||
|
#### Ubuntu
|
||||||
|
|
||||||
|
1. Download the latest .deb from the [releases page](https://github.com/obsqrbtz/clrsync/releases)
|
||||||
|
2. Install the package
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo dpkg -i clrsync-<version>.deb
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Fedora
|
||||||
|
|
||||||
|
1. Download the latest .rpm from the [releases page](https://github.com/obsqrbtz/clrsync/releases)
|
||||||
|
|
||||||
|
2. Install the package
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo rpm -i clrsync-<version>.rpm
|
||||||
|
|
||||||
|
# or
|
||||||
|
|
||||||
|
sudo dnf install clrsync-<version>.rpm
|
||||||
|
```
|
||||||
|
|
||||||
|
#### NixOS
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Home Manager Module</summary>
|
<summary>Home Manager Module</summary>
|
||||||
@@ -198,6 +227,12 @@ nix run github:obsqrbtz/clrsync#clrsync-cli
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
|
||||||
|
1. Download the latest installer from the [releases page](https://github.com/obsqrbtz/clrsync/releases)
|
||||||
|
2. Run the installer and follow the wizard
|
||||||
|
3. Optionally, add the installation dir to your PATH for easier CLI access
|
||||||
|
|
||||||
### Other systems
|
### Other systems
|
||||||
|
|
||||||
Follow the steps from Building section then install with cmake:
|
Follow the steps from Building section then install with cmake:
|
||||||
|
|||||||
Reference in New Issue
Block a user