From 01067990cce27b7af94506f583de025d28e31c1b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 5 Sep 2021 12:06:19 -0500 Subject: Change bootstrapping method Now uses a script, ./bootstrap.sh, and a file, ./bootstrap.manifest. --- bootstrap.manifest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bootstrap.manifest (limited to 'bootstrap.manifest') diff --git a/bootstrap.manifest b/bootstrap.manifest new file mode 100644 index 0000000..7c83a5c --- /dev/null +++ b/bootstrap.manifest @@ -0,0 +1,19 @@ +### bootstrap.manifest -*- conf -*- +# TAB-separated SOURCEs and DESTINATIONs for configuration-file links to ~. +# see bootstrap.sh for details. + +# Custom XDG Directories (just in case they're hardcoded somewhere) +~/etc ~/.config +~/usr ~/.local + +# Bash +bash/bashrc ~/.bashrc +bash/bash_profile ~/.bash_profile +bash/bash_logout ~/.bash_logout + +# Profile +profile/profile ~/.profile + +# Local Variables: +# indent-tabs-mode: t +# End: -- cgit 1.4.1-21-gabe81