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.
15 lines
502 B
Markdown
15 lines
502 B
Markdown
# 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
|