1
Fork 0
My config files for various things
Find a file
2021-11-23 19:56:35 -05:00
bash bash: add .sudo_as_admin_successful 2021-11-18 12:01:48 -05:00
firefox rework symlinking and locations of several files 2021-11-13 17:06:05 -05:00
gcloud rework symlinking and locations of several files 2021-11-13 17:06:05 -05:00
git git: delta: simplify installation 2021-11-14 06:29:27 -05:00
keepass keepass: always show global auto-type entry selection dialog 2021-11-05 00:06:19 -04:00
nodejs do not use subshells where unnecessary 2021-10-18 10:47:11 -04:00
tmux use long form of command line options where possible 2021-02-09 20:59:02 -05:00
vscode rework symlinking and locations of several files 2021-11-13 17:06:05 -05:00
win avoid filenames containing spaces 2021-11-23 19:56:35 -05:00
wsl wsl: use full PowerShell command and option names in wsl-expose-ports 2021-11-20 10:30:55 -05:00
config.sh size whiptail menu to screen 2021-11-21 10:48:16 -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:\....