Last active
August 29, 2015 14:27
-
-
Save erikroyall/5fd8aa26e3adacad9bb5 to your computer and use it in GitHub Desktop.
Install Arc Theme, Numix-Circle theme and BAM!
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
# Uncomment if not using Ubuntu GNOME 15.04 | |
# sudo apt-get install gnome-shell ubuntu-gnome-desktop -y | |
# Install Arc theme | |
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_15.04/ /' >> /etc/apt/sources.list.d/arc-theme.list" -y | |
wget http://download.opensuse.org/repositories/home:Horst3180/xUbuntu_15.04/Release.key | |
sudo apt-key add - < Release.key | |
sudo apt-get update | |
sudo apt-get install arc-theme -y | |
# Install numix-circle-theme | |
sudo add-apt-repository ppa:numix/ppa -y | |
sudo apt-get update | |
sudo apt-get install numix-icon-theme-circle -y | |
# Install plasma-nm | |
sudo apt-get install plasma-nm -y | |
# Install those softwares you cannot live without | |
sudo apt-get install vim gimp inkscape -y | |
# AND UPDATE, UPGRADE | |
sudo apt-get update -y && sudo apt-get upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment