dotfiles
dotfiles copied to clipboard
Add ~/.ssh/config
I have settings in ~/.ssh/config on my mac that need to be cloned to the vagrant box.
Also: crypt the content so that I don't add the unencrypted config in here 🤔
Or have a private repo with that part of the config in git-crypt and just warn and not fail if the setup can't checkout and decrypt that?
You could put it into the tilde Folder, but .gitignore it?
I want to have it somewhere safely stored outside of my mac => git-crypt will do that.
Ok, cool 👍