1
Fork 0
My config files for various things
Find a file
2023-07-19 10:06:50 -04:00
bash bash: remove syncfiles.sh 2023-06-12 01:42:15 -04:00
firefox firefox: add more Temporary Containers config 2023-06-02 09:37:18 -04:00
gcloud rework symlinking and locations of several files 2021-11-13 17:06:05 -05:00
git git: snapshot: remove cd to root of repo 2023-06-21 06:40:42 -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: use new diff algorithm 2023-05-03 19:44:29 -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 wsl-display 2023-06-02 14:06:59 -04:00
config.sh wsl: new symlinks to Windows profile folders 2023-02-01 22:19:29 -05: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:\....