# Install git and other xcode tools
xcode-select --install
# Clone dotfiles repo
git clone https://github.com/riZZZhik/dotfiles.git $HOME/.dotfiles
# Go to the dotfiles directory
cd $HOME/.dotfiles
# Install dotfiles
make installmake updateThis repository is inspired by denysdovhan's dotfiles