-
Notifications
You must be signed in to change notification settings - Fork 52
Configuration
Aziz Ben Ali edited this page Apr 5, 2022
·
8 revisions
- Looking for all the command-line options? Follow me
The configuration file allows you to modify the behavior of macchina. See macchina.toml as an example. If you'd like to customize macchina's looks, then the customization wiki page is where you want to be.
In order for macchina to be able to read the configuration file, you need to
place macchina.toml
in:
-
~/.config/macchina/
on Linux and the BSDs. (or$XDG_CONFIG_HOME/macchina/
if set) -
$HOME/.config/macchina/
on macOS. -
%AppData%/macchina/
on Windows.
If macchina is not utilizing your configuration file, despite you placing it
in the correct location, you should tell macchina where to find it by passing
the file's path to --config
.