Skip to content

Instantly share code, notes, and snippets.

@SilkyPants
Last active November 18, 2017 23:43
Show Gist options
  • Select an option

  • Save SilkyPants/1639ae6082240ac2234c2031606c7009 to your computer and use it in GitHub Desktop.

Select an option

Save SilkyPants/1639ae6082240ac2234c2031606c7009 to your computer and use it in GitHub Desktop.
My Ubuntu Gnome setup script - Arc, Numix, Paper
#!/bin/bash
# Based on script by Petr Kirpeit - https://github.com/petrk94/ApricityOS_on_Ubuntu/
# Icon Sets based in ApricityOS (numix-circle project, paper icon-theme/gtk-theme/cursor-theme)
#numix-circle project
sudo add-apt-repository ppa:numix/ppa
# Paper Theme
sudo add-apt-repository ppa:snwh/pulp
sudo apt update
sudo apt install paper-icon-theme paper-cursor-theme numix-icon-theme-circle arc-theme gnome-tweak-tool chrome-gnome-shell
echo
echo Download Dash to dock Gnome Shell extension
echo
echo Because "Dash to Dock" shell installation via Script
echo is until now in development, go on
echo https://extensions.gnome.org/extension/307/dash-to-dock/
echo
echo to install "Dash to Dock" and switch the slider to "ON"
# Download Chrome
# https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment