These questions are broad but all related to coding tips. Why ask on Whonix? Because it is related to the whonix environment.
Privacy friendly code editor, not
Can I get a tip about code editors? Need to have capability to change between files easily. Terminal editor are for one file at a time, unless some infamous vim plugin exists and is easy to use, I don’t have a good code editor. This is important because having a good code editor really helps to speed up development process.
Does Qubes-Whonix people always copy their github ssh credentials from the vault every time they want to git push
? Trying to hold the passwords away from a hot/connected to the internet host.
Development helper packages nice to have? Devscripts etc? Do you have a predefined list to install on newer setups on the templates? I understand it is possible to fingerprint someone if they have specific select packages, so no need to share everything.
Is it more safe for me to sync scripts from the workstation (where I develop) to the gateway (where some scripts needs to be run) via pushing to github and pulling on the gateway or via copying the diffs via qvm-copy
? I have read FileTransfer
wiki page.