My dotfiles/ config


Repo is at https://github.com/jonmackenzie/dotfiles/
A gist with the scripts below is here


There are two scripts, one just installs zsh in the home dir (no root required), the other does everything else (oh-my-zsh, .zshrc, .vimrc, vim plugins etc.)


USE THE SCRIPTS AT YOUR OWN RISK.

There's some pretty stupid cavalier stuff going on in the install script so, yeah.
Really though, just take a look in the repo and pick out the stuff you like. Cloning other people's dotfiles never ends well. But I'm not going to stop you.

To just install zsh in $HOME run this

curl -Lks http://cs.smu.ca/~j_mackenzie/config/install-zsh.sh | /bin/bash

Note for anyone else reading this: if you're on your own machine and can just install zsh with a package manager, do that instead.


For everything else

curl -Lks http://cs.smu.ca/~j_mackenzie/config/dotify.sh | /bin/bash