The script of dotfiles will install homebrew, ohmyzsh and then link the dotfiles via symbolic link. Only support MacOS.
Verify that you've successfully installed Xcode Command Line Tools.
xcode-select -p
Install Xcode Command Line Tools, if you are not installed yet.
xcode-select --install
git clone https://github.com/luckily/dotfiles.git ~/.dotfiles
make debug-bash
make debug-zsh
make install