From 0872e2401ba492c38c5828cb8f0fbfa3734c32fc Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Jan 2023 12:24:12 -0600 Subject: Bootstrap! --- bootstrap.manifest | 23 ++++++++++------------- 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 @@ # see bootstrap.sh for details. # Custom XDG Directories (just in case they're hardcoded somewhere) -~/etc ~/.config -~/usr ~/.local +~/etc ~/.config +~/usr ~/.local # Bash -bash/bashrc ~/.bashrc -bash/bash_profile ~/.bash_profile -bash/bash_logout ~/.bash_logout +bash/bashrc ~/.bashrc +bash/bash_profile ~/.bash_profile +bash/bash_logout ~/.bash_logout # Profile -profile/profile ~/.profile +profile/profile ~/.profile # Mail -mail/mbsyncrc ~/.mbsyncrc +mail/mbsyncrc ~/.mbsyncrc # Xorg -xorg/xinitrc ~/.xinitrc -xorg/xsession ~/.xsession - -# Local Variables: -# indent-tabs-mode: t -# End: +xorg/xinitrc ~/.xinitrc +xorg/xsession ~/.xsession +xorg/xcompose ~/.Xcompose diff --git a/bootstrap.sh b/bootstrap.sh index b0fcb87..f9b1432 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -116,7 +116,7 @@ END_HELP done ## Main loop - while IFS=' ' read -r source destination; do + while read -r source destination; do # Ignore lines beginning with '#' case "$source" in '#'*) -- cgit 1.4.1-21-gabe81