Config
Description
Sets, deletes, manages config entries in the local global valet.sh config file
Usage
valet.sh config (list|get|set|remove) <variable-name> <variable-value>
Examples
list all custom valet.sh variables
valet.sh config list
valet.sh config get varname
valet.sh config set varname varvalue
valet.sh config remove varname
Available configurations
config var | default value | allowed values | comment |
---|---|---|---|
default_shell | zsh | bash,zsh | valet.sh install is required after changing the configuration |
default_nvm | nvm | volta,nvm | valet.sh install is required after changing the configuration |