Last active
October 6, 2015 21:27
-
-
Save underdown/baa576ce4c4ad0d3eb90 to your computer and use it in GitHub Desktop.
macosx theme ubuntu 14.04
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
| # http://www.noobslab.com/2014/11/mbuntu-macbuntu-1410-transformation.html | |
| sudo add-apt-repository ppa:noobslab/themes | |
| sudo add-apt-repository ppa:noobslab/apps | |
| sudo add-apt-repository ppa:docky-core/ppa | |
| sudo apt-add-repository -y ppa:rael-gc/scudcloud | |
| sudo apt-get update | |
| sudo apt-get install mbuntu-y-ithemes-v4 mbuntu-y-icons-v4 docky slingscold indicator-synapse mbuntu-y-docky-skins-v4 mbuntu-y-bscreen-v4 scudcloud | |
| cd && wget -O config.sh http://drive.noobslab.com/data/Mac-14.10/config.sh | |
| chmod +x config.sh;./config.sh | |
| cd && wget -O Mac.po http://drive.noobslab.com/data/Mac-14.10/change-name-on-panel/mac.po | |
| cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd | |
| wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac-14.10/launcher-logo/apple/launcher_bfb.png | |
| sudo mv launcher_bfb.png /usr/share/unity/icons/ | |
| wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac-14.10/macfonts.zip | |
| sudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zip | |
| sudo fc-cache -f -v | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment