dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

config.yml (972B)


      1 # The current version of the config schema
      2 version: 1
      3 # What protocol to use when performing git operations. Supported values: ssh, https
      4 git_protocol: https
      5 # What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
      6 editor:
      7 # When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
      8 prompt: enabled
      9 # A pager program to send command output to, e.g. "less". If blank, will refer to environment. Set the value to "cat" to disable the pager.
     10 pager:
     11 # Aliases allow you to create nicknames for gh commands
     12 aliases:
     13     autosubmit: pr edit --add-label autosubmit $1
     14     reviewer: pr edit --add-reviewer $1
     15 # The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.
     16 http_unix_socket:
     17 # What web browser gh should use when opening URLs. If blank, will refer to environment.
     18 browser: