my personal dotfiles written in shell script
Install Command Line Tools for Xcode. You can download it from the Apple Developer site or using the following command:
xcode-select --install
cd ~ && git clone https://github.com/bobbyecho/dotfiles.git dotfiles
or using ssh
cd ~ && git clone [email protected]:bobbyecho/dotfiles.git dotfiles
cd ~/dotfiles && sh bootstrap.sh