dotfiles/alacritty/README.md

29 lines
942 B
Markdown
Raw Normal View History

2024-08-26 19:03:12 +00:00
# Alacritty Configuration
2024-08-26 18:55:52 +00:00
2024-08-26 20:04:02 +00:00
This directory contains my configuration for the [Alacritty terminal emulator](https://alacritty.org/).
Any other files contain references to themes to be used inside of Alacritty like
`mocha` or `latte` from [`catppuccin`](https://github.com/catppuccin/alacritty).
2024-08-26 19:03:12 +00:00
## Files
- **alacritty.yml**: This is the main configuration file for Alacritty, containing
2024-08-26 20:04:02 +00:00
settings for shell, fonts, keybindings, and more.
2024-08-27 10:04:01 +00:00
- **catppuccin-mocha.url**: This file contains the URL to the `catppuccin-mocha` theme
2024-08-26 19:03:12 +00:00
for Alacritty.
2024-08-27 10:04:01 +00:00
- **catppuccin-latte.url**: This file contains the URL to the `catppuccin-latte` theme
2024-08-26 19:03:12 +00:00
for Alacritty.
## Installation
To use this configuration:
1. Clone the repository.
2. Download all required themes from files:
```pwsh
2024-08-27 10:04:01 +00:00
curl -LO "$(Get-Content ./alacritty/catpuccin-mocha.url)"
2024-08-26 19:03:12 +00:00
```
3. Copy the `alacritty.yml` file and all downloaded themes to your Alacritty
configuration directory.