Currently, my ~/.arcrc file holds both the secret token obtained via "arc install-certificate" and user config like aliases.
I would like to keep the custom config (aliases, etc.) in a dotfiles.git repository, storing all my .gitconfig, .zshrc, etc.
Proposition:
1- ~/.arccredentials holds tokens, requires 600 permissions.
2- ~/.arcrc holds user config that is not secret. No specific permissions requirements.