Skip to content

Instantly share code, notes, and snippets.

@robertopc
Last active November 26, 2016 13:25
Show Gist options
  • Save robertopc/33788cf07a9f3944da33 to your computer and use it in GitHub Desktop.
Save robertopc/33788cf07a9f3944da33 to your computer and use it in GitHub Desktop.
Bootstrap Elementary Linux
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 &&
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list &&
sudo add-apt-repository -y ppa:noobslab/indicators &&
sudo add-apt-repository -y ppa:noobslab/apps &&
sudo add-apt-repository -y ppa:nilarimogard/webupd8 &&
sudo add-apt-repository -y ppa:mpstark/elementary-tweaks-daily &&
sudo add-apt-repository -y ppa:webupd8team/java &&
sudo add-apt-repository -y ppa:transmissionbt/ppa &&
sudo apt-add-repository -y ppa:umang/indicator-stickynotes &&
sudo add-apt-repository -y ppa:yannubuntu/boot-repair &&
sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer &&
sudo apt-get update &&
sudo apt-get install -y grub-customizer &&
sudo apt-get install -y htop &&
sudo apt-get install -y dconf-editor &&
sudo apt-get install -y gparted &&
sudo apt-get install -y firefox &&
sudo apt-get install -y vlc &&
sudo apt-get install -y filezilla &&
sudo apt-get install -y gimp &&
sudo apt-get install -y sqliteman &&
sudo apt-get install -y playonlinux &&
sudo apt-get install -y filezilla &&
sudo apt-get install -y inkscape &&
sudo apt-get install -y Kdenlive &&
sudo apt-get install -y kazam &&
sudo apt-get install -y rhythmbox &&
sudo apt-get install -y audacity &&
sudo apt-get install -y git &&
sudo apt-get install -y bleachbit &&
sudo apt-get install -y spotify-client &&
sudo apt-get install -y indicator-multiload &&
sudo apt-get install -y indicator-netspeed &&
sudo apt-get install -y gedit &&
sudo apt-get install -y virtualbox &&
sudo apt-get install -y pgadmin3 &&
sudo apt-get install -y elementary-tweaks &&
sudo apt-get install -y terminator &&
sudo apt-get install -y transmission-cli transmission-common transmission-daemon &&
sudo apt-get install -y boot-repair &&
sudo apt-get install -y oracle-java8-installer &&
sudo apt-get install -y apache2 &&
sudo apt-get install -y php5 &&
sudo apt-get install -y mysql-server &&
sudo apt-get install -y phpmyadmin &&
sudo wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb &&
sudo dpkg -i steam.deb &&
sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb &&
sudo dpkg -i google-chrome-stable_current_amd64.deb &&
sudo wget http://download.netbeans.org/netbeans/8.1/final/bundles/netbeans-8.1-php-linux-x64.sh &&
sudo chmod +x netbeans-8.1-php-linux-x64.sh &&
sudo ./netbeans-8.1-php-linux-x64.sh &&
sudo wget https://atom.io/download/deb &&
sudo mv deb atom-amd64.deb &&
sudo chmod +x atom-amd64.deb &&
sudo dpkg -i ./atom-amd64.deb &&
sudo wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb &&
sudo dpkg -i steam.deb
@DianaDias
Copy link

Very good!!

@robertopc
Copy link
Author

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