mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
21 lines
425 B
Markdown
21 lines
425 B
Markdown
# Alacritty
|
|
|
|
1. Download the [template file](alacritty.toml)
|
|
|
|
2. Configure the template in `~/.config/clrsync/config.toml`:
|
|
|
|
```toml
|
|
[templates.alacritty]
|
|
enabled = true
|
|
input_path = '~/.config/clrsync/templates/alacritty.toml'
|
|
output_path = '~/.config/alacritty/clrsync.toml'
|
|
reload_cmd = ''
|
|
```
|
|
|
|
3. Import the generated color scheme in `~/.config/alacritty/alacritty.toml`:
|
|
|
|
```toml
|
|
[general]
|
|
import = ["clrsync.toml"]
|
|
```
|