Skip to content

rjmccabe3701/linux_config_custom

Repository files navigation

My linux_config customizations

This is a plugin for the linux_config repository

Install

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

SSH Key setup

I now support multiple git contexts

  1. Repos under the ~/repos/personal directory use the .gitconfig-persional gitconfig. These are mapped to my personal github.

  2. 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)

Releases

No releases published

Packages

No packages published