📚 Knowledge Garden

Search

Search IconIcon to open search

Alacritty

Last updated Aug 13, 2023

A cross-platform terminal emulator, written in Rust with support for:

# Installation

To install Alacritty there are a number of options. The easiest, though potentially most manual is to use Cargo

1
cargo install alacritty

Alternatively the GitHub repository has pre-built downloads available on the latest releases page.

# Configuration

Alacritty configuration is written in YAML and running instances of Alacritty will automatically reload the configuration file when changes are saved.

My current configuration for Alacritty:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
font:
  normal:
    family: Fira Code
  size: 14.0

window:
    opacity: 0.9

import:
  - ~/.config/alacritty/themes/themes/solarized_dark.yaml