my dotfiles - using https://tangled.org/@nuv.sh/dotfiles_helper
0
fork

Configure Feed

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

add .ssh/config

nnuuvv b8af049f 1229dad0

+12 -1
+11
dot_ssh/config
··· 1 + Host git.nuv.sh 2 + User git 3 + Port 222 4 + 5 + Host knot.nuv.sh 6 + User git 7 + Port 2222 8 + 9 + Host github.com 10 + User git 11 + Port 22
+1 -1
spec.json
··· 1 - [{"dotfiles_path":"dotfiles/dot_config/nvim","target_path":".config/nvim"},{"dotfiles_path":"dotfiles/dot_config/wezterm","target_path":".config/wezterm"},{"dotfiles_path":"dotfiles/dot_zshrc","target_path":".zshrc"}] 1 + [{"dotfiles_path":"dotfiles/dot_config/nvim","target_path":".config/nvim"},{"dotfiles_path":"dotfiles/dot_config/wezterm","target_path":".config/wezterm"},{"dotfiles_path":"dotfiles/dot_zshrc","target_path":".zshrc"},{"dotfiles_path":"dotfiles/dot_ssh/config","target_path":".ssh/config"}]