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_customI now support multiple git contexts
-
Repos under the
~/repos/personaldirectory use the .gitconfig-persional gitconfig. These are mapped to my personal github. -
Repos under the
~/repos/workdirectory 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 "rob.mccabe@optm.com"Then add to Github (Settings/SSH and GPG keys)
See this: https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package
Specifically, the "AppImage" install seems to work well:
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.appimage
sudo mv nvim-linux-x86_64.appimage /usr/local/bin/nvim
sudo chmod +x /usr/local/bin/nvim