Imagine if you had just one file which could setup everything on your beloved machine? With cutler, you can do just that!
# ~/.config/cutler/config.toml
[set.dock]
autohide = true
orientation = "left"
[commands.sync]
run = "git clone git@github.com:hitblast/dotfiles"
[brew]
formulae = ["neovim", "python@3.12"]
no-deps = true
# Apply all settings with one command
$ cutler apply --with-brew
To install cutler, run the following command in your terminal:
curl -fsSL https://cutlercli.github.io/scripts/install.sh | /bin/bash
For more installation options, see the installation guide.
Want to use cutler? There is an entire cookbook with recipes for you to follow, written specifically for it!
View the Cookbookcutler is a solo project and still in rapid development. Join the community by contributing, sharing ideas, or just by giving a boost by dropping a star!