about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-01-30 12:24:12 -0600
committerCase Duckworth2023-01-30 12:24:12 -0600
commit0872e2401ba492c38c5828cb8f0fbfa3734c32fc (patch)
tree7444fe14758704f0f78055ea41e293668fa47a87
parentBash! (diff)
downloadetc-0872e2401ba492c38c5828cb8f0fbfa3734c32fc.tar.gz
etc-0872e2401ba492c38c5828cb8f0fbfa3734c32fc.zip
Bootstrap!
-rw-r--r--bootstrap.manifest23
-rwxr-xr-xbootstrap.sh2
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
10bash/bashrc ~/.bashrc 10bash/bashrc ~/.bashrc
11bash/bash_profile ~/.bash_profile 11bash/bash_profile ~/.bash_profile
12bash/bash_logout ~/.bash_logout 12bash/bash_logout ~/.bash_logout
13 13
14# Profile 14# Profile
15profile/profile ~/.profile 15profile/profile ~/.profile
16 16
17# Mail 17# Mail
18mail/mbsyncrc ~/.mbsyncrc 18mail/mbsyncrc ~/.mbsyncrc
19 19
20# Xorg 20# Xorg
21xorg/xinitrc ~/.xinitrc 21xorg/xinitrc ~/.xinitrc
22xorg/xsession ~/.xsession 22xorg/xsession ~/.xsession
23 23xorg/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 '#'*)