1
Fork 0
My config files for various things
Datei suchen
Alan Faubert fd630151ac bash: add wsl/*.profile 2024-02-27 02:19:51 -05:00
bash bash: add wsl/*.profile 2024-02-27 02:19:51 -05:00
firefox firefox: disable recommended Pocket content 2023-11-23 20:05:51 -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: handle partial downloads in getnodejs.sh 2024-02-17 07:42:07 -05:00
tmux use long form of command line options where possible 2021-02-09 20:59:02 -05:00
vscode vscode: workbench.editor.untitled.hint -> workbench.editor.empty.hint 2023-12-09 20:38:05 -05:00
win win: add descriptions of .reg files to readme 2023-12-09 20:21:40 -05:00
wsl wsl: enable mirrored networking mode 2024-02-11 17:17:00 -05:00
README.md avoid filenames containing spaces 2021-11-23 19:56:35 -05:00
config.sh bash: add wsl/*.profile 2024-02-27 02:19:51 -05:00

README.md

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:\....