My config files for various things
Go to file
2024-09-25 07:21:27 -04:00
bash bash: adjust handling of optional ~/.profile.d and ~/.bashrc.d files 2024-05-05 21:13:55 -04: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 descriptions of .reg files to readme 2023-12-09 20:21:40 -05:00
wsl wsl: remove reference to Fira Code 2024-09-25 07:21:27 -04: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:\....