Last active
August 29, 2015 14:16
-
-
Save gravitano/8815db2c366fedcc9258 to your computer and use it in GitHub Desktop.
This file contains 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 | |
# install monaco font | |
curl -kL https://raw.github.com/cstrap/monaco-font/master/install-font-ubuntu.sh | bash | |
# Add elementary update repository | |
sudo apt-add-repository ppa:versable/elementary-update | |
# Add Moca Repository | |
sudo add-apt-repository ppa:moka/stable | |
# Update Repository | |
sudo apt-get update | |
# Install Elementary Tweak | |
sudo apt-get install elementary-tweaks | |
# Install Moca Theme & Icons | |
sudo apt-get install faba-icon-theme moka-icon-theme | |
# Install Faba Icons | |
sudo apt-get install faba-mono-icons | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment