Personal configuration files for macOS.
config/- Application configs (fish, ghostty, atuin, vscode, karabiner, jj)git/- Git configuration filesBrewfile- Homebrew packagesMakefile- Installation targets
# Install everything
make all
# Install specific component
make git
make fish
make ghostty
make atuin
make vscode
make karabiner
make jj
# Install Homebrew packages only
make brew
# Show available targets
make help