Last active
December 13, 2015 23:19
-
-
Save mattjmorrison/4991238 to your computer and use it in GitHub Desktop.
Ubuntu Setup Notes
This file contains 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
install zsh | |
sudo apt-get -y install emacs23-nox zsh | |
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh | |
chsh -s $(which zsh) | |
.dotfiles repo | |
-> .emacs.d submodule |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment