Skip to content

rjmccabe3701/linux_config_custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 "rob.mccabe@optm.com"

Then add to Github (Settings/SSH and GPG keys)

Installing Neovim

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

About

My customization to https://github.com/rjmccabe3701/linux_config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors