1
Fork 0
config/README.md

21 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-07-02 02:42:42 +00:00
# config
2021-01-15 15:31:42 +00:00
My config files for various things. See the individual readmes below.
- [Windows](win)
- [WSL](wsl)
- [Bash](bash)
- [Git](git)
- [VS Code](vscode)
- [Node.js](nodejs)
- [Google Cloud SDK](gcloud)
- [tmux](tmux)
- [Firefox](firefox)
- [KeePass](keepass)
2021-11-23 22:17:48 +00:00
Use [`config.sh`](config.sh) to automate the setup of a number of things.
## Note on symlinks and Windows
2021-11-24 00:56:35 +00:00
For simplicity, the [`config.sh`](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](win/enable_developer_mode.reg), 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:\...`.