Created
December 12, 2014 21:49
-
-
Save anonymous/6bdbd4b56312d76c95d9 to your computer and use it in GitHub Desktop.
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 apt-get update | |
sudo apt-get install -y git vcsh vim tmux zsh curl software-properties-common wget | |
chsh -s /bin/zsh | |
sudo apt-get update | |
sudo apt-get install -y build-essential | |
sudo apt-get build-dep -y emacs24 | |
wget ftp://ftp.gnu.org/gnu/emacs/emacs-24.4.tar.xz | |
tar -xf emacs-24.4.tar.xz && rm emacs-24.4.tar.xz && cd emacs-24.4 | |
./configure | |
make | |
sudo make install | |
cd .. | |
rm -rf emacs-24.4 | |
;;git | |
sudo add-apt-repository ppa:git-core/ppa | |
sudo add-apt-repository ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install -y oracle-java8-installer | |
sudo apt-get update | |
sudo apt-get install -y --no-install-recommends ubuntu-desktop | |
sudo apt-get install -y i3 rxvt-unicode | |
sudo apt-get update | |
sudo apt-get install -y --no-install-recommends ubuntu-desktop | |
sudo apt-get install -y i3 rxvt-unicode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment