Generating zsh completions:
mkdir $ZSH/completions/
CMD="<cmd>" $CMD completion zsh > $zsh/completion/_$CMD
Fast ssh-keygen:
ssh-keygen -t rsa -N "" -f ~/.ssh/<filename>
Use ssh key in git:
git config [--local|--global] core.sshCommand 'ssh -i ~/.ssh/<filename>'
Restore plugins from lazy:
from vim cmd:
:Lazy restore