Set macOS defaults and install Homebrew formulae
mainThe repository includes scripts to automate macOS setup and Homebrew package installation:
./.macos: Sets sensible macOS system defaults../brew.sh: Installs a collection of common Homebrew formulae.
Note: Some dotfile functionalities (like Bash/Git completion) depend on specific formulae installed by brew.sh. If you choose not to run brew.sh, you must manually install the required dependencies.
# Set macOS defaults
./.macos
# Install Homebrew formulae
./brew.sh