Skip to content

rafg85/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My custom config files

.gitconfig tips

ssh-keygen -t ed25519 -C "email@email.com"

cat ~/.ssh/id_ed25519.pub

vim ~/.ssh/config

Host github.com
    Hostname ssh.github.com
    Port 443
    User git

ssh -T git@github.com

About

My custom config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages