dotfiles/alacritty
2024-10-26 02:11:19 +02:00
..
alacritty.toml alacritty config update 2024-10-26 02:11:19 +02:00
catppuccin-latte.url save all reference files as .url type 2024-08-27 14:57:29 +02:00
catppuccin-mocha.url save all reference files as .url type 2024-08-27 14:57:29 +02:00
README.md save all reference files as .url type 2024-08-27 14:57:29 +02:00

Alacritty Configuration

This directory contains my configuration for the Alacritty terminal emulator. Any other files contain references to themes to be used inside of Alacritty like mocha or latte from catppuccin.

Files

  • alacritty.yml: This is the main configuration file for Alacritty, containing settings for shell, fonts, keybindings, and more.
  • catppuccin-mocha.url: This file contains the URL to the catppuccin-mocha theme for Alacritty.
  • catppuccin-latte.url: 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:

    curl -LO "$(Get-Content ./alacritty/catpuccin-mocha.url)"
    
  3. Copy the alacritty.yml file and all downloaded themes to your Alacritty configuration directory.