yadm-config

Manage yadm configuration settings

TLDR

List configuration
$ yadm config --list
Set configuration
$ yadm config [name] [value]
Set local class
$ yadm config local.class [work]

SYNOPSIS

yadm config [options] [name] [value]

DESCRIPTION

yadm config manages yadm configuration. Sets local system properties for alternate file selection. Wraps git config for yadm-specific settings.

PARAMETERS

--list

List all settings.
--get name
Get setting value.
--unset name
Remove setting.
local.class
System class for alternates.
local.hostname
Override hostname.

INSTALL

sudo pacman -S yadm
sudo apk add yadm
sudo zypper install yadm
brew install yadm
nix profile install nixpkgs#yadm

SEE ALSO

yadm(1), yadm-alt(1)