1
Fork 0
My config files for various things
Find a file
2025-01-02 11:05:14 -05:00
bash bash: add 2command.sh script 2024-12-16 20:58:06 -05:00
firefox firefox: add link for about:config on Android 2024-07-16 15:09:29 -04: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 KeeOtp2 2024-04-13 05:15:43 -04:00
nodejs nodejs: upgrade to Prettier 3 2024-09-14 07:58:21 -04:00
tmux use long form of command line options where possible 2021-02-09 20:59:02 -05:00
vscode vscode: revert global setting for markdown preview with line breaks 2024-09-05 12:52:49 -04:00
win win: add disable_sbat_updates.reg 2024-11-02 08:52:11 -04:00
wsl wsl: make creating new user optional 2025-01-02 11:05:14 -05:00
config.sh git: make git-filter-repo option also upgrade existing installation 2024-09-14 07:56:34 -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:\....