Configuration files for my local development environment.
These are the primary programs that are used in this configuration:
- Tiling Window Manager: AeroSpace
- Key Remapping: Karabiner Elements
- Default Shell:
/opt/homebrew/bin/bash
- Development Tools:
- mise (for Rust and other toolchains)
- uv (for Python environments)
The whole repository can be conveniently installed using cutler, a macOS setup pipeline automation tool made by me to just be lazy when it comes to setting my laptop up.
- Install the cutler CLI:
curl -fsSL https://cutlercli.github.io/scripts/install.sh | /bin/bash
- Run the following command:
cutler apply --url https://raw.githubusercontent.com/hitblast/dotfiles/refs/heads/master/.config/cutler/config.toml --brew -y
- Wait for all the processes to complete.
This repository is licensed under the MIT License.