Dotty profile
dotty profile¶
Manage system profiles that travel across machines.
Synopsis¶
Profiles are per-machine configuration sets — a Brewfile today; prompt and
terminal themes later — stored under $XDG_CONFIG_HOME/dotty/
Examples¶
dotty profile new --name=work --description="work laptop"
dotty profile list
dotty profile activate
dotty profile activate --name=personal
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- dotty - Utilities for a terminal-driven workflow and dotfiles.
- dotty profile activate - Activate an existing profile.
- dotty profile delete - Delete a profile and the directory behind it.
- dotty profile get - Show a profile's metadata and where it lives.
- dotty profile list - List the profiles available on this machine.
- dotty profile new - Create a profile and set this machine up as one of its class.