Configures and installs git and other usefull git related tools.
Github and gitlab API tokens are set through the environment variables
export GITHUB_API_TOKEN=""
export GITLAB_TOKEN=""
These needs to be set for e.g. github integration in neovim if not using the github cli.
-
full_name
(global config)
The name to use asuser.name
. -
git_email
(global config)
The email to use asuser.email
. -
git_signing_key_has_key
(defaultfalse
)
Whether or not to use a key to sign commits. -
git_signing_key
(defaultundefined
)
The key to sign commits with.