Skip to content

Instantly share code, notes, and snippets.

@Garbee
Created May 16, 2017 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Garbee/018de54900c001e2cd7beaaea99e5821 to your computer and use it in GitHub Desktop.
Save Garbee/018de54900c001e2cd7beaaea99e5821 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt install -y \
build-essential \
autoconf \
automake \
libgtk-3-dev
cd /tmp
git clone https://github.com/andreisergiu98/arc-flatabulous-theme > /dev/null 2>&1
cd arc-flatabulous-theme
./autogen.sh --prefix=/usr --disable-transparency > /dev/null 2>&1
sudo make install > /dev/null 2>&1
sudo mv extra/Arc-Plank /usr/share/plank/themes/
sudo chown -R root:root /usr/share/plank/themes/Arc-Plank
# Desktop config depdent on software
gsettings set org.gnome.desktop.interface gtk-theme 'Arc-Flatabulous'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment