Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 734 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 734 Bytes

Default-Alacritty-TOML-Config

An example TOML configuration file preconfigured with default values for Alacritty on Linux.

Can be used on any platform Alacritty supports (Windows, Unix, MacOS, Linux/BSD, etc.) by uncommenting needed configs.

To use: Download file and move to alacritty folder (typically ~/.config/alacritty) or clone repo:

git clone https://github.com/TwiggieSmallz/Default-Alacritty-TOML-Config.git
cd Default-Alacritty-TOML-Config/
cp alacritty.toml ~/.config/alacritty/

# optional font setup:

unzip FisaFont.zip
sudo cp -r FisaFont/*.ttf /usr/share/fonts/TTF

Created and tested on RebornOS (Arch Linux).

Improvements & constructive criticisms welcome; I'm rather new to creating here on Github.