Contains the configuration files for various editors I use like VSCode and VIM.
Generate a private/public identity file uisng ssh-keygen.
Add below to the ssh config.
Host github.com-bbsaurav
HostName github.com
User git
IdentitiesOnly yes
IdentityFile <Path to private identity file>
Now when cloning the project modify url by replacing github.com with github.com-bbsaurav.
$ git clone git@github.com-bbsaurav:bbsaurav/DotFiles.git