From 967119b2cea5a13f3bbcae26744bed9b27b963bc Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Tue, 11 Oct 2022 15:03:37 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb924b4..19443a9 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,6 @@ Git Make sure to edit the gitconfig and add your credentials instead of mine VIM Installation Tips I use neovim and vim-plug. So if you're using regular vim you might want to remove the neovim specific plugins from my vimrc. Also, you might need to run :PlugClean to remove the plugin directories then run :PlugInstall to reinstall them. -*Things to Remember* -`~/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/install -f` +*Things to Remember* +`~/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/install -f` +`ssh-keygen -t ed25519 -C ${USER}@$(hostname --fqdn)`