Skip to content

Instantly share code, notes, and snippets.

@llaumgui
Created August 25, 2015 07:52
Show Gist options
  • Save llaumgui/467afb54077c4f6e96d7 to your computer and use it in GitHub Desktop.
Save llaumgui/467afb54077c4f6e96d7 to your computer and use it in GitHub Desktop.
Install the Arc theme (https://github.com/horst3180/Arc-theme).
#!/bin/sh
# Remove old
rm -rf ~/.local/share/themes/{Arc,Arc-Darker,Arc-Dark}
# Git clone
cd ~/Workspace
git clone https://github.com/horst3180/arc-theme --depth 1 && cd arc-theme
# Make install
./autogen.sh --prefix=/home/llaumgui/.local --disable-cinnamon --disable-unity --disable-xfwm --disable-xfce-notify --with-gnome=3.16
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment