Skip to content

Commit

Permalink
tweak gh config
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 17, 2024
1 parent f26ee46 commit eb8d8aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/.config/gh/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 1
# 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.
Expand Down
5 changes: 5 additions & 0 deletions config/.config/gh/hosts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github.com:
user: izumin5210
git_protocol: https
users:
izumin5210:
2 changes: 1 addition & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
# git
".config/git/config.base".source = config/.config/git/config.base;
".config/git/ignore".source = config/.config/git/ignore;
".config/gh/config.yml".source = config/.config/gh/config.yml;
".config/gh/".source = config/.config/gh;

# zsh
".config/zsh/legacy/".source = config/.config/zsh/legacy;
Expand Down

0 comments on commit eb8d8aa

Please sign in to comment.