U676QFJF6VBHN5GBSUCR36DCTC6CSAXRQLAAEOUCONGF52D25N6AC
You can put this information into one of several places; the one you
probably want is `$HOME/.config/pijul/config.toml` (Linux), or
`~/.pijulconfig` (MacOS).
Create the file and add the following lines to it:
```
[author]
name = "<username>"
full_name = "<full name>"
email = "<email address>"
```
From now on, pijul should pick this up when recording changes and pre-fill
the author section for you.