Select the types of activity you want to include in your feed.
Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature.
gitlab.com/andreijiroh-dev/dotfiles
···11+# The current version of the config schema
22+version: 1
13# What protocol to use when performing git operations. Supported values: ssh, https
24git_protocol: https
35# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
46editor:
57# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
68prompt: enabled
77-# A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager.
99+# 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.
810pager:
911# Aliases allow you to create nicknames for gh commands
1012aliases:
1113 co: pr checkout
1414+ login: auth login
1515+ logout: auth logout
1216 clone: repo clone
1317 mr: pr
1418 fork: repo fork