dotfiles/alacritty/README.md

27 lines
735 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 19:03:12 +00:00
This directory contains my Alacritty terminal emulator configuration.
## Files
- **alacritty.yml**: This is the main configuration file for Alacritty, containing
settings for colors, fonts, keybindings, and more.
- **catppuccin-mocha**: This file contains the URL to the `catppuccin-mocha` theme
for Alacritty.
- **catppuccin-latte**: This file contains the URL to the `catppuccin-latte` theme
for Alacritty.
## Installation
To use this configuration:
1. Clone the repository.
2. Download all required themes from files:
```pwsh
2024-08-26 19:21:45 +00:00
curl -LO "$(Get-Content ./alacritty/catpuccin-mocha)"
2024-08-26 19:03:12 +00:00
```
3. Copy the `alacritty.yml` file and all downloaded themes to your Alacritty
configuration directory.