Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save VictorQueiroz/7eceef680b68678188b48ad70475b0ab to your computer and use it in GitHub Desktop.
Save VictorQueiroz/7eceef680b68678188b48ad70475b0ab to your computer and use it in GitHub Desktop.
Installing default Ubuntu theme on Debian (Stable/Unstable)
sudo apt install libgtk-3-dev git meson sassc
git clone https://github.com/ubuntu/yaru.git
cd yaru
meson build
cd build
sudo ninja install
sudo cp -rv /usr/share/gnome-shell/theme/Yaru /usr/share/themes/Yaru/gnome-shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment