This is a plugin for the linux_config repository
git clone https://github.com/rjmccabe3701/linux_config.git
git clone https://github.com/rjmccabe3701/linux_config_custom.git
linux_config/install.sh linux_config_custom
I now support multiple git contexts
-
Repos under the
~/repos/personal
directory use the .gitconfig-persional gitconfig. These are mapped to my personal github. -
Repos under the
~/repos/work
directory use the .gitconfig-persional gitconfig. These are mapped to my work github. NOTE: my employer enforces SSO, so I needed to "Configure SSO" for the SSH I add to the github UI.
To generate an SSH key do this
ssh-keygen -t ed25519 -C "[email protected]"
Then add to Github (Settings/SSH and GPG keys
)