diff options
Diffstat (limited to 'bootstrap.manifest')
-rw-r--r-- | bootstrap.manifest | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/bootstrap.manifest b/bootstrap.manifest index ad315db..28358c3 100644 --- a/bootstrap.manifest +++ b/bootstrap.manifest | |||
@@ -3,24 +3,21 @@ | |||
3 | # see bootstrap.sh for details. | 3 | # 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 |
7 | ~/usr ~/.local | 7 | ~/usr ~/.local |
8 | 8 | ||
9 | # Bash | 9 | # Bash |
10 | bash/bashrc ~/.bashrc | 10 | bash/bashrc ~/.bashrc |
11 | bash/bash_profile ~/.bash_profile | 11 | bash/bash_profile ~/.bash_profile |
12 | bash/bash_logout ~/.bash_logout | 12 | bash/bash_logout ~/.bash_logout |
13 | 13 | ||
14 | # Profile | 14 | # Profile |
15 | profile/profile ~/.profile | 15 | profile/profile ~/.profile |
16 | 16 | ||
17 | 17 | ||
18 | mail/mbsyncrc ~/.mbsyncrc | 18 | mail/mbsyncrc ~/.mbsyncrc |
19 | 19 | ||
20 | # Xorg | 20 | # Xorg |
21 | xorg/xinitrc ~/.xinitrc | 21 | xorg/xinitrc ~/.xinitrc |
22 | xorg/xsession ~/.xsession | 22 | xorg/xsession ~/.xsession |
23 | 23 | xorg/xcompose ~/.Xcompose | |
24 | # Local Variables: | ||
25 | # indent-tabs-mode: t | ||
26 | # End: | ||