-
-
Save BuddhiLW/5efff9fbacf7bc926065d53a79fd2e31 to your computer and use it in GitHub Desktop.
eww install ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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