Skip to content

Instantly share code, notes, and snippets.

@logtheta
Created May 25, 2019 02:25
Show Gist options
  • Save logtheta/e58d51fb59d130eeea155ddb488c6f99 to your computer and use it in GitHub Desktop.
Save logtheta/e58d51fb59d130eeea155ddb488c6f99 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo apt-get update
sudo apt-get install
sudo apt-get upgrade
# tools
sudo apt install git
# tweak tools
sudo add-apt-repository universe
sudo apt install gnome-tweak-tool
sudo apt-get install unity-tweak-tool
sudo apt-get install dconf-tools
# Paper icons
sudo add-apt-repository -u ppa:snwh/ppa
sudo apt-get install paper-icon-theme
# Themes
sudo git clone https://github.com/thiagolucio/OSX-Arc-Shadow.git
sudo mv OSX-Arc-Shadow /usr/share/themes
sudo mv /usr/share/themes/OSX-Arc-Shadow/extra/Arc-Plank /usr/share/plank/themes
# Planck Dock
sudo add-apt-repository ppa:ricotz/docky
sudo apt-get update
sudo apt-get install plank
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment