1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

refactored .gitconfig

This commit is contained in:
xnm
2024-02-21 01:50:22 +02:00
parent 90f13fd69f
commit 653d5325e1
10 changed files with 53 additions and 11 deletions

17
home/.ssh/config Normal file
View File

@@ -0,0 +1,17 @@
Host github.com-xnm1
HostName github.com
User git
IdentityFile ~/.ssh/github
AddKeysToAgent yes
Host github.com-artemplummy
HostName github.com
User git
IdentityFile ~/.ssh/work
AddKeysToAgent yes
Host bitbucket.org-artemplummy
HostName bitbucket.org
User git
IdentityFile ~/.ssh/work
AddKeysToAgent yes