1
Fork 0
My config files for various things
Find a file
2022-09-20 08:36:52 -04:00
bash bash: add wsl/*.bashrc 2022-02-06 10:35:57 -05:00
firefox firefox: disable file:// strict origin policy 2022-09-20 08:36:52 -04:00
gcloud rework symlinking and locations of several files 2021-11-13 17:06:05 -05:00
git git: work around slow npm installs from GitHub repos 2022-05-20 15:54:00 -04:00
keepass keepass: add WebAutoType (and SourceForgeUpdateChecker) 2022-04-15 21:02:29 -04:00
nodejs nodejs: update to eslint-plugin-html@7 2022-08-04 23:26:12 -04:00
tmux use long form of command line options where possible 2021-02-09 20:59:02 -05:00
vscode vscode: follow renames in GitLens file history 2022-08-04 16:38:36 -04:00
win avoid filenames containing spaces 2021-11-23 19:56:35 -05:00
wsl wsl: wsltty: re-enable scrollbar 2022-07-02 10:37:58 -04:00
config.sh firefox: make combined user.js a little prettier 2022-03-13 20:36:09 -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:\....