๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

idk

kacaii a9572668 4b4d83b3

+6 -5
+1
.config/fish/shell/abbr.fish
··· 4 4 5 5 # Reload shell 6 6 abbr s "source $__fish_config_dir/config.fish" 7 + abbr start_ssh_agent "eval $(ssh-agent -c)" 7 8 8 9 # Default 9 10 abbr c clear
+5 -5
.ssh/config
··· 6 6 IdentityFile ~/.ssh/tangled 7 7 8 8 Host github 9 - HostName github.com 10 - User git 11 - AddKeysToAgent yes 12 - PreferredAuthentications publickey 13 - IdentityFile ~/.ssh/github 9 + HostName github.com 10 + User git 11 + AddKeysToAgent yes 12 + PreferredAuthentications publickey 13 + IdentityFile ~/.ssh/github