cutler 0.19.7

Powerful, declarative settings management for your Mac, with speed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Remove the line below to enable activating this configuration.
template = true

# TIP:
# The `brew` table might not need creation at all if you are planning to backup your existing formula/cask names only.
# Just run `cutler brew backup` to create it automatically in your configuration file.

[brew]
casks = [
    "android-studio",
    "zed",
    "zulu@21",
]
formulae = ["rust", "python3", "mise", "ruby", "cmatrix", "fastfetch"]
taps = ["machlit/tap"]
no_deps = true # Use this if you do not want cutler to check for dependencies when comparing.