Last active
December 23, 2015 16:29
-
-
Save raging/cce21d67556e54e987a4 to your computer and use it in GitHub Desktop.
Master Installation
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
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 "[email protected]" | |
ssh-keygen -t rsa -C "[email protected]" | |
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