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 = [email protected]
name = Your Namecd ~/ghq/github.com/nkoji21/dotfiles
./install.sh