Personal dotfiles for macOS development environment.
# Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# mise (runtime version manager)
brew install mise
# aqua (declarative CLI tool manager)
brew install aquaproj/aqua/aquagit clone https://github.com/nkoji21/dotfiles.git ~/ghq/github.com/nkoji21/dotfilesCreate ~/.gitconfig.local with your personal information:
[user]
email = your-email@example.com
name = Your Namecd ~/ghq/github.com/nkoji21/dotfiles
./install.sh