Files
dots/configs/alacritty_g/Win11/README.md

14 lines
596 B
Markdown
Raw Normal View History

2024-05-08 01:11:01 -07:00
# Windows 11
2024-05-08 00:12:49 -07:00
## Theme
**Alacritty config location**
- `%APPDATA%\alacritty\alacritty.toml` if `alacritty.toml` does not exist create it
2024-05-08 01:11:01 -07:00
- [Themes Source](https://github.com/alacritty/alacritty-theme)
2024-05-08 00:12:49 -07:00
- Copy all *theme* folder into the *alacritty config location*
2024-05-08 01:17:34 -07:00
- 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
```
- Install `Iosevka Nerd Font` if other font is used, edit `alacritty.toml`
- [Iosevka Source](https://www.nerdfonts.com/font-downloads)