How To Install Alacritty on Ubuntu 22.04 LTS
Alacritty is a free and open-sourceGPU-accelerated terminal emulator focused on performance and simplicity. Consequently, it does not support tabs or splits and is configured by editing a text file. It is written in Rust and uses OpenGL (for performance). A similar terminal emulator that uses OpenGL is Kitty.
In this video, i will show you how to install Alacritty on Ubuntu 22.04 LTS.
Useful Links:
VPS/VDS – https://www.mivocloud.com/
WARNING – ANGLED BRACKETS AREN’T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt update -y && sudo apt upgrade -y
sudo add-apt-repository ppa:aslatter/ppa -y
sudo apt update -y
sudo apt install alacritty -y
ubuntu