Created
May 16, 2017 14:16
-
-
Save Garbee/018de54900c001e2cd7beaaea99e5821 to your computer and use it in GitHub Desktop.
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
#!/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