From f22f1723c01b56da14ae1de3491a78af1bc4c464 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 11 Dec 2024 20:46:32 +0100 Subject: Dot files with `chezmoi` --- private_dot_config/gh/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 private_dot_config/gh/config.yml (limited to 'private_dot_config/gh/config.yml') diff --git a/private_dot_config/gh/config.yml b/private_dot_config/gh/config.yml new file mode 100644 index 0000000..aaec3a0 --- /dev/null +++ b/private_dot_config/gh/config.yml @@ -0,0 +1,12 @@ +# What protocol to use when performing git operations. Supported values: ssh, https +git_protocol: https +# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment. +editor: nvim +# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled +prompt: enabled +# A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager. +pager: +# Aliases allow you to create nicknames for gh commands +aliases: + co: pr checkout +version: "1" -- cgit v1.2.3-18-g5258