diff options
author | Case Duckworth | 2023-04-16 17:06:22 -0500 |
---|---|---|
committer | Case Duckworth | 2023-04-16 17:06:22 -0500 |
commit | 3b177d8c95f70db8e27fd046711f480e81ea3fa7 (patch) | |
tree | 078459e4b3ae19c9978a12ea24ade3d336f2345a /bootstrap.manifest | |
parent | Add a bunch of stuff (diff) | |
download | etc-3b177d8c95f70db8e27fd046711f480e81ea3fa7.tar.gz etc-3b177d8c95f70db8e27fd046711f480e81ea3fa7.zip |
uhhhh
Diffstat (limited to 'bootstrap.manifest')
-rw-r--r-- | bootstrap.manifest | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap.manifest b/bootstrap.manifest index 28358c3..657095d 100644 --- a/bootstrap.manifest +++ b/bootstrap.manifest | |||
@@ -1,6 +1,6 @@ | |||
1 | ### bootstrap.manifest -*- conf -*- | 1 | ### bootstrap.manifest -*- conf -*- |
2 | # TAB-separated SOURCEs and DESTINATIONs for configuration-file links to ~. | 2 | # Whitespace-separated SOURCEs and DESTINATIONs for configuration-file links to |
3 | # see bootstrap.sh for details. | 3 | # $HOME. See bootstrap.sh for details. |
4 | 4 | ||
5 | # Custom XDG Directories (just in case they're hardcoded somewhere) | 5 | # Custom XDG Directories (just in case they're hardcoded somewhere) |
6 | ~/etc ~/.config | 6 | ~/etc ~/.config |
@@ -21,3 +21,6 @@ mail/mbsyncrc ~/.mbsyncrc | |||
21 | xorg/xinitrc ~/.xinitrc | 21 | xorg/xinitrc ~/.xinitrc |
22 | xorg/xsession ~/.xsession | 22 | xorg/xsession ~/.xsession |
23 | xorg/xcompose ~/.Xcompose | 23 | xorg/xcompose ~/.Xcompose |
24 | |||
25 | # SBCL | ||
26 | sbcl/sbclrc ~/.sbclrc \ No newline at end of file | ||