#!/bin/bash set -e # Install OhYourDotfiles cd $HOME git clone https://github.com/DanielThomas/oh-your-dotfiles.git .oh-your-dotfiles ln -s ~/.oh-your-dotfiles/oh-your.zshrc ~/.zshrc chsh -s /bin/zsh git clone https://github.com/rahulsom/.rahulsom.dotfiles echo "Clone other dotfiles and run dotfiles_install"