Configuration files for my local development environment.
These are the primary programs that are used in this configuration:
- Setup Pipeline: cutler (my own setup pipeline automation tool)
- Tiling Window Manager: AeroSpace
- Key Remapping: Karabiner Elements
- Default Shell:
/opt/homebrew/bin/bash
- Development Tools:
- mise (for Flutter, Ruby, Rust and other toolchains)
- uv (for Python environments)
- 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 --with-brew -y
- Wait for all the processes to complete.
This repository is licensed under the MIT License.