mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
21 lines
1.2 KiB
YAML
21 lines
1.2 KiB
YAML
# What protocol to use when performing git operations. Supported values: ssh, https
|
|
git_protocol: ssh
|
|
# What editor glab should run when creating issues, merge requests, etc. This is a global config that cannot be overridden by hostname.
|
|
editor: vim
|
|
# What browser glab should run when opening links. This is a global config that cannot be overridden by hostname.
|
|
browser: firefox
|
|
# Set your desired markdown renderer style. Available options are [dark, light, notty] or set a custom style. Refer to https://github.com/charmbracelet/glamour#styles
|
|
glamour_style: dark
|
|
# Allow glab to automatically check for updates and notify you when there are new updates
|
|
check_update: false
|
|
# Whether or not to display hyperlink escapes when listing things like issues or MRs
|
|
display_hyperlinks: true
|
|
# configuration specific for gitlab instances
|
|
hosts:
|
|
gitlab.com:
|
|
# What protocol to use to access the api endpoint. Supported values: http, https
|
|
api_protocol: https
|
|
# Configure host for api endpoint, defaults to the host itself
|
|
api_host: gitlab.com
|
|
# Your GitLab access token. Get an access token at https://gitlab.com/-/profile/personal_access_tokens
|
|
token:
|