Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created March 15, 2025 00:02
Show Gist options
  • Save BuddhiLW/5efff9fbacf7bc926065d53a79fd2e31 to your computer and use it in GitHub Desktop.
Save BuddhiLW/5efff9fbacf7bc926065d53a79fd2e31 to your computer and use it in GitHub Desktop.
eww install ubuntu
#!/usr/bin/bash
sudo apt-get install libdbus-glib-1-dev libdbusmenu-glib-dev libdbusmenu-gtk3-dev
cd $DOTFILES/gitthings
git clone https://github.com/elkowar/eww
cd eww
cargo build --release --no-default-features --features x11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment