If you are looking for my PocketCHIP dotfiles, checkout the "chip" branch.
Configure Bash (on Ubuntu on Windows) for web development using VIM.
sudo apt-get install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
zsh
# Get the dotfiles
git clone http://github.com/superzadeh/dotfiles
cd dotfiles
# Backup previous dotfiles and create symlinks to the dotfiles
./bootstrap.sh
# Get Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
# Start VIM and install plugins
vim +PluginInstall +qall