mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
20 lines
402 B
Markdown
20 lines
402 B
Markdown
# Kitty
|
|
|
|
1. Download the [template file](kitty.conf)
|
|
|
|
2. Configure the template in `~/.config/clrsync/config.toml`:
|
|
|
|
```toml
|
|
[templates.kitty]
|
|
enabled = true
|
|
input_path = '~/.config/clrsync/templates/kitty.conf'
|
|
output_path = '~/.config/kitty/clrsync.conf'
|
|
reload_cmd = 'pkill -SIGUSR1 kitty'
|
|
```
|
|
|
|
3. Import the generated color scheme in `~/.config/kitty/kitty.conf`:
|
|
|
|
```conf
|
|
include clrsync.conf
|
|
```
|