summaryrefslogtreecommitdiff
path: root/README.txt
blob: 5b8677467cd58cc860dc298f8faf931a20db2275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
dotfiles
================================================================================

This is my collection of dotfiles. They are organized like this:

base/                             Files I want on every host.
host-overrides/
    jesterpm.net/                 These files override those in base/ on hosts
                                  with domains ending in jesterpm.net

        host-specific/            Files in this directory are typically
                                  sourced from files in base to provide
                                  host (or domain) specific extensions.
                                  
    bismuth.jesterpm.net/         These files override those in jesterpm.net/ 
                                  on bismuth.jesterpm.net in

setup.py                          A script to setup links to the dot files.


setup.py
-------------------------------------------------------------------------------
The setup scripts makes the following links:
 
 * For every file X in base/, ~/.X is linked to base/X

If a file already exists, it is deleted unless the --nice flag is given.