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 6e4be1ae4a wsl: wsl-open-tunnel: support specifying specific host 8 hours ago
bash bash: add .hushlogin 3 months ago
firefox firefox: add more Temporary Containers config 18 hours ago
gcloud rework symlinking and locations of several files 2 years ago
git git: safe.directory = * 1 month ago
keepass keepass: add WebAutoType (and SourceForgeUpdateChecker) 1 year ago
nodejs nodejs: set resolution-mode=highest in .npmrc 2 months ago
tmux use long form of command line options where possible 2 years ago
vscode vscode: use new diff algorithm 1 month ago
win win: add disable_network_thumbs_db.reg 5 months ago
wsl wsl: wsl-open-tunnel: support specifying specific host 8 hours ago
README.md avoid filenames containing spaces 2 years ago
config.sh wsl: new symlinks to Windows profile folders 4 months 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:\....