Skip to content

Instantly share code, notes, and snippets.

@sreecodeslayer
Created November 3, 2016 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sreecodeslayer/e2140194a2bb3d08d6887b377fc67718 to your computer and use it in GitHub Desktop.
Save sreecodeslayer/e2140194a2bb3d08d6887b377fc67718 to your computer and use it in GitHub Desktop.
#!bin/bash
# add Macbunutu ppa and themes ppa
sudo apt-add-repository -y ppa:noobslab/macbuntu && sudo apt-add-repository -y ppa:noobslab/themes
sudo apt-get update
# icons
sudo apt-get -y install macbuntu-os-icons-lts-v7
# cursors
sudo apt-get -y install macbuntu-os-ithemes-lts-v7
# launcher
sudo apt-get -y install slingscold
# spotlight alternative
sudo apt-get -y install albert
# plank dock and theme
sudo apt-get -y install plank
sudo apt-get -y install macbuntu-os-plank-theme-lts-v7
# logo in launcher
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/apple/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
# tweak tool
sudo apt-get -y install unity-tweak-tool
# mono style of libre office
sudo apt-get -y install libreoffice-style-sifr
# fonts
wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac/macfonts.zip
sudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zip
sudo fc-cache -f -v
# Remove the theme elements
# cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.sh
# sudo apt-get -y remove macbuntu-os-icons-lts-v7 macbuntu-os-ithemes-lts-v7
# sudo apt-get -y purge slingscold
# sudo apt-get -y purge albert
# sudo apt-get -y autoremove plank macbuntu-os-plank-theme-lts-v7
# cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac/change-name-on-panel/ubuntu.po
# cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd
# wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/ubuntu/launcher_bfb.png
# sudo mv launcher_bfb.png /usr/share/unity/icons/
# sudo apt-get -y autoremove macbuntu-os-bscreen-lts-v7
# sudo apt-get -y remove macbuntu-os-lightdm-lts-v7
@sijintv
Copy link

sijintv commented Nov 3, 2016

nice work

@sreecodeslayer
Copy link
Author

😜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment