Introduction#
Alacritty is a fast, cross-platform OpenGL terminal emulator with reasonable default settings but allows for extensive configuration. By integrating with other applications instead of reimplementing their functionality, it successfully provides a flexible set of features and high performance. The currently supported platforms include BSD, Linux, macOS, and Windows.
Name | GitHub Address |
---|---|
Alacritty | https://github.com/alacritty/alacritty |
- Download link: alacritty
Beautification Effects#
Alacritty (Window)
Alacritty (Icon)
- Take a look at the built-in one
To achieve the above effects, you only need three steps
Font Beautification#
- JetBrains Mono: A free and open-source font for developers
Name | Address |
---|---|
jetbrains | https://www.jetbrains.com/lp/mono/ |
Icon Beautification#
On Mac, find
Alacritty.app
in the Applications folder, right-click to show info, and then drag the downloaded icns file onto the top left corner icon to complete the replacement.
Name | Address |
---|---|
Alacritty | Click to download |
Configuration File#
1. Online Update#
- Run the following command in Alacritty and restart.
curl -fLo ~/.config/alacritty/alacritty.yml --create-dir \
https://geek.4everland.store/alacritty.yml
2. Or download the configuration file#
- On Mac, put it in ~/.config/alacritty/alacritty.yml
Name | Address |
---|---|
alacritty | Click to download |