My config files for various things
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alan Faubert 85c6af610c firefox: adjust readme 2 years ago
bash bash: add 2link.sh 2 years ago
firefox firefox: adjust readme 2 years ago
gcloud rework symlinking and locations of several files 2 years ago
git git: clean-dates: tidy 2 years ago
keepass keepass: always show global auto-type entry selection dialog 2 years ago
nodejs do not use subshells where unnecessary 2 years ago
tmux use long form of command line options where possible 2 years ago
vscode rework symlinking and locations of several files 2 years ago
win avoid filenames containing spaces 2 years ago
wsl wsl: use full PowerShell command and option names in wsl-expose-ports 2 years ago
README.md avoid filenames containing spaces 2 years ago
config.sh use 2link.sh in config.sh 2 years ago

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