Skip to content

Instantly share code, notes, and snippets.

@mattjmorrison
Last active December 13, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattjmorrison/4991238 to your computer and use it in GitHub Desktop.
Save mattjmorrison/4991238 to your computer and use it in GitHub Desktop.
Ubuntu Setup Notes
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