This is a repo for my dotfiles. Pretty bare at this point. Uses DotBot for ease of installation.
-
Install zsh > 5.2
sudo apt-get install build-essential ncurses-dev yodlwget -q -O - http://sourceforge.net/projects/zsh/files/zsh/5.2/zsh-5.2.tar.gz/download | tar xvzf -cd zsh-5.2/"./Util/preconfig"makesudo make installzsh --version -> 5.2which zsh | sudo tee -a /etc/shellssudo chsh -s "$(which zsh)" "${USER}" -
Install oh-my-zsh
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" -
cd ~/.dotfiles && ./install