1
Fork 0
My config files for various things
Find a file
Alan Faubert 51884263d2 firefox: remove disabling of DNS-over-HTTPS
This is disabled automatically anyway when using a VPN.
2023-11-23 19:56:21 -05:00
bash bash: tcp-tunnel.sh: clean up the socket files before sleep 2023-09-03 07:18:05 -04:00
firefox firefox: remove disabling of DNS-over-HTTPS 2023-11-23 19:56:21 -05:00
gcloud rework symlinking and locations of several files 2021-11-13 17:06:05 -05:00
git git: set master as default branch during init 2023-08-09 13:13:24 -04:00
keepass keepass: add WebAutoType (and SourceForgeUpdateChecker) 2022-04-15 21:02:29 -04:00
nodejs nodejs: hack eslint-plugin-svelte3 to use Svelte 4 2023-06-29 08:08:32 -04:00
tmux use long form of command line options where possible 2021-02-09 20:59:02 -05:00
vscode vscode: cSpell.checkLimit=1024 (1 megabyte) 2023-10-21 12:08:51 -04:00
win win: add .reg file to restore classic right-click behavior on Win 11 2023-07-19 10:06:50 -04:00
wsl wsl: remove WSLtty config 2023-08-18 09:33:39 -04:00
config.sh firefox: tidy concatenating of user.js 2023-08-22 17:59:05 -04:00
README.md avoid filenames containing spaces 2021-11-23 19:56:35 -05:00

config

My config files for various things. See the individual readmes below.

Use config.sh to automate the setup of a number of things.

For simplicity, the config.sh script uses ln --relative --symbolic even for creating links that are between two Windows paths. In order for this to result in working Windows symbolic links, Windows must be in developer mode and this repository must be cloned to the Windows filesystem on the drive containing your user profile. There is a registry script to enable developer mode here, which lets Windows create symbolic links without privilege escalation. And when this repository lives on the same drive as the user profile, the relative path between two paths under WSL's (say) /mnt/c/... will be the same as the relative path between the two corresponding paths under C:\....