Skip to content

GOodCoffeeLover/.dotfiles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published