Skip to content

Instantly share code, notes, and snippets.

@raging
Last active December 23, 2015 16:29
Show Gist options
  • Save raging/cce21d67556e54e987a4 to your computer and use it in GitHub Desktop.
Save raging/cce21d67556e54e987a4 to your computer and use it in GitHub Desktop.
Master Installation
wget -q -O - https://fixubuntu.com/fixubuntu.sh | bash
sudo add-apt-repository -y ppa:atareao/atareao && sudo add-apt-repository -y ppa:peterlevi/ppa && sudo apt-add-repository -y ppa:teejee2008/ppa && sudo add-apt-repository -y ppa:gencfsm && sudo add-apt-repository -y ppa:webupd8team/sublime-text-2 && sudo add-apt-repository -y ppa:webupd8team/java && sudo add-apt-repository -y ppa:ehoover/compholio && sudo apt-get update && sudo apt-get install vim zsh git git-core vim lsb-release scrot conky conky-manager gnome-encfs-manager nodejs sublime-text oracle-java7-installer tasksel variety my-weather-indicator indicator-cpufreq indicator-multiload laptop-mode-tools ubuntu-restricted-extras curl netflix-desktop terminator chromium-browser cairo-dock guake build-essential
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
chsh -s /bin/zsh
curl http://j.mp/spf13-vim3 -L -o - | sh
wget http://github.com/downloads/djmelik/archey/archey-0.2.8.deb
sudo dpkg -i archey-0.2.8.deb
git config --global color.ui true
git config --global user.name "CodeCaffe"
git config --global user.email "codecaffe@gmail.com"
ssh-keygen -t rsa -C "codecaffe@gmail.com"
sudo apt-get install php5mcrypt
sudo php5enmod mcrypt
sudo service apache2 restart
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
COPY Agent
-------------------------
sudo add-apt-repository ppa:paolorotolo/copy
sudo apt-get update && sudo apt-get install copy
sudo /opt/copy-client/CopyAgent -installOverlay
nautilus -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment