https://github.com/hitblast/dotfiles
My integration-ready dotfiles. Comes with window management, packages and in-house automation tools.
https://github.com/hitblast/dotfiles
bash configuration configuration-files dotfiles gnu-stow
Last synced: 11 months ago
JSON representation
My integration-ready dotfiles. Comes with window management, packages and in-house automation tools.
- Host: GitHub
- URL: https://github.com/hitblast/dotfiles
- Owner: hitblast
- License: mit
- Created: 2024-11-04T07:43:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-05T18:00:57.000Z (11 months ago)
- Last Synced: 2025-07-05T19:01:45.617Z (11 months ago)
- Topics: bash, configuration, configuration-files, dotfiles, gnu-stow
- Language: Shell
- Homepage:
- Size: 317 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Configuration files for my local development environment.
## Programs
These are the primary programs that are used in this configuration:
- Setup Pipeline: [cutler](https://cutlercli.github.io) (my own setup pipeline automation tool)
- Tiling Window Manager: [AeroSpace](https://github.com/nikitabobko/AeroSpace)
- Key Remapping: [Karabiner Elements](https://karabiner-elements.pqrs.org)
- Default Shell: `/opt/homebrew/bin/bash`
- Development Tools:
1. mise (for Flutter, Ruby, Rust and other toolchains)
2. uv (for Python environments)
## Installation
1. Install the `cutler` CLI:
```bash
/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/hitblast/cutler/main/install.sh)"
```
2. Copy [.config/cutler/config.toml](https://github.com/hitblast/dotfiles/blob/master/.config/cutler/config.toml) to `~/.config/cutler/config.toml` in your machine.
3. Run the following command:
```bash
cutler apply --with-brew -y
```
3. Wait for all the processes to complete.
## License
This repository is licensed under the [MIT License](./LICENSE).