diff options
Diffstat (limited to 'bootstrap.manifest')
-rw-r--r-- | bootstrap.manifest | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bootstrap.manifest b/bootstrap.manifest new file mode 100644 index 0000000..7c83a5c --- /dev/null +++ b/bootstrap.manifest | |||
@@ -0,0 +1,19 @@ | |||
1 | ### bootstrap.manifest -*- conf -*- | ||
2 | # TAB-separated SOURCEs and DESTINATIONs for configuration-file links to ~. | ||
3 | # see bootstrap.sh for details. | ||
4 | |||
5 | # Custom XDG Directories (just in case they're hardcoded somewhere) | ||
6 | ~/etc ~/.config | ||
7 | ~/usr ~/.local | ||
8 | |||
9 | # Bash | ||
10 | bash/bashrc ~/.bashrc | ||
11 | bash/bash_profile ~/.bash_profile | ||
12 | bash/bash_logout ~/.bash_logout | ||
13 | |||
14 | # Profile | ||
15 | profile/profile ~/.profile | ||
16 | |||
17 | # Local Variables: | ||
18 | # indent-tabs-mode: t | ||
19 | # End: | ||