# dotfiles my preferences files ## setup The way this repo is setup is that the .dotfiles directory is expected to be the authoritative storage of all of the preferences file on a given machine. The `install` script creates the necessary symlinks for these preference files to be seen by the appropriate applications. The mapping of files in the repo to their location on the machine is given in `config.ini`, and its installed by a python program defined in `prefs`, which uses only stdlib Python