Personal dotfiles for macOS development environment.
# Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"git clone https://github.com/nkoji21/dotfiles.git ~/ghq/github.com/nkoji21/dotfiles
cd ~/ghq/github.com/nkoji21/dotfilesbrew bundle installCreate ~/.gitconfig.local with your personal information:
[user]
email = your-email@example.com
name = Your Namecd ~/ghq/github.com/nkoji21/dotfiles
./install.sh