Skip to content

Instantly share code, notes, and snippets.

View YV31's full-sized avatar
πŸ‘¨β€πŸ’»

YV31 YV31

πŸ‘¨β€πŸ’»
View GitHub Profile
@ales-tsurko
ales-tsurko / install-alacritty-ubuntu.sh
Last active October 29, 2025 16:27 — forked from Aaronmacaron/install-alacritty-ubuntu.sh
Install Alacritty on Ubuntu
#!/bin/bash
# This installs alacritty terminal on ubuntu (https://github.com/jwilm/alacritty)
# You have to have rust/cargo installed for this to work
# Install required tools
sudo apt-get install -y cmake libfreetype6-dev libfontconfig1-dev xclip
# Download, compile and install Alacritty
git clone https://github.com/jwilm/alacritty