edit alacritty in Win11

This commit is contained in:
tonizz gamingl
2024-05-08 01:17:34 -07:00
parent aed18dc4dc
commit 750a6bf309
2 changed files with 39 additions and 7 deletions

View File

@@ -4,5 +4,8 @@
- `%APPDATA%\alacritty\alacritty.toml` if `alacritty.toml` does not exist create it
- [Themes Source](https://github.com/alacritty/alacritty-theme)
- Copy all *theme* folder into the *alacritty config location*
- Copy the content of the desired *theme* and paste it at the buttom of `alacritty.toml`
```bash
# or you can run the following one-liner
echo ./themes/{theme}.toml >> ./alacritty.toml
```