diff options
-rw-r--r-- | bootstrap.manifest | 23 | ||||
-rwxr-xr-x | bootstrap.sh | 2 |
2 files changed, 11 insertions, 14 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: | ||
diff --git a/bootstrap.sh b/bootstrap.sh index b0fcb87..f9b1432 100755 --- a/bootstrap.sh +++ b/bootstrap.sh | |||
@@ -116,7 +116,7 @@ END_HELP | |||
116 | done | 116 | done |
117 | 117 | ||
118 | ## Main loop | 118 | ## Main loop |
119 | while IFS=' ' read -r source destination; do | 119 | while read -r source destination; do |
120 | # Ignore lines beginning with '#' | 120 | # Ignore lines beginning with '#' |
121 | case "$source" in | 121 | case "$source" in |
122 | '#'*) | 122 | '#'*) |