Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 406 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 406 Bytes

Repos with .dotfiles and co

tips

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