Last active
August 15, 2016 08:20
-
-
Save SalahAdDin/fb6b457e6e9ac2e0941a to your computer and use it in GitHub Desktop.
Custom install commands
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
sudo add-apt-repository ppa:graphics-drivers/ppa && | |
sudo add-apt-repository ppa:webupd8team/java && | |
sudo add-apt-repository ppa:peterlevi/ppa && | |
sudo apt-add-repository -y ppa:teejee2008/ppa && | |
sudo add-apt-repository ppa:libreoffice/ppa && | |
sudo add-apt-repository ppa:numix/ppa && | |
sudo add-apt-repository ppa:docky-core/stable && | |
sudo add-apt-repository ppa:inkscape.dev/stable && | |
sudo add-apt-repository ppa:noobslab/icons && | |
sudo add-apt-repository ppa:noobslab/themes && | |
sudo add-apt-repository ppa:dimula73/krita && | |
sudo apt-get update && sudo apt upgrade && | |
sudo apt install vlc browser-plugin-vlc ubuntu-restricted-extras libdvdread4 rar unace p7zip p7zip-full p7zip-rar unrar lzip sharutils mpack arj curl ttf-mscorefonts-installer build-essential linux-headers-`uname -r` mpack lzma lzop shutter inkscape fonts-droid fonts-noto ttf-liberation ttf-dejavu ttf-bitstream-vera oracle-java8-installer nautilus-open-terminal nautilus-image-converter variety aptik mesa-utils libreoffice numix-icon-theme-circle numix-folders numix-gtk-theme numix-icon-theme numix-icon-theme-bevel numix-icon-theme-circle numix-gtk-theme numix-tools python3-scipy python3-dev python3-setuptools gfortran python-numpy-doc python3-nose python3-numpy-dbg python3-matplotlib python3-pip mono-gmcs mono-xbuild mono-dmcs gdb libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk python-tk plank numix-plank-theme python3-pyqt5 python3-pyqt5-dbg krita-2.9 krita-2.9-dbg qtbase5-dev qtdeclarative5-dev conky-all lm-sensors libncurses5:i386 libstdc++6:i386 zlib1g:i386 libreoffice-style-breeze libreoffice-style-hicontrast libreoffice-style-human libreoffice-style-oxygen libreoffice-style-sifr libreoffice-style-tango fonts-crosextra-caladea fonts-crosextra-carlito && | |
sudo /usr/share/doc/libdvdread4/install-css.sh && sudo fc-cache | |
sudo sensors-detect | |
gsettings set com.canonical.Unity.Lenses disabled-scopes "['more_suggestions-amazon.scope', 'more_suggestions-u1ms.scope', 'more_suggestions-populartracks.scope', 'music-musicstore.scope', 'more_suggestions-ebay.scope', 'more_suggestions-ubuntushop.scope', 'more_suggestions-skimlinks.scope']" | |
npm packages | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
└── [email protected] | |
npm list -g --depth=0 | |
npm update -g | |
sshfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment