Skip to content

Instantly share code, notes, and snippets.

View gerardparareda's full-sized avatar
🌴
Driving

Gerard Parareda gerardparareda

🌴
Driving
  • Catalunya
  • 06:01 (UTC +02:00)
View GitHub Profile
@gerardparareda
gerardparareda / eww-ubuntu-22.sh
Last active February 19, 2024 17:38
Install Eww in Ubuntu 22.04.1 LTS with Wayland
# Clone Eww repository dir
git clone https://github.com/elkowar/eww
# Move in
cd eww
# Uninstall Rust if necessary
sudo apt remove rustc
# Install Rustup