make install
- install config
make backup
- backup config
Requires: JetBrains Mono Nerd Font
Git configuration to detect the ssh key: ~/.ssh/github
Match host=gitlab.com
User git
Hostname gitlab.com
IdentityFile ~/.ssh/github
TCPKeepAlive yes
IdentitiesOnly yes
AddKeysToAgent yes
Match host=github.com
User git
Hostname github.com
IdentityFile ~/.ssh/github
TCPKeepAlive yes
IdentitiesOnly yes
AddKeysToAgent yes