diff options
author | Case Duckworth | 2021-09-05 12:06:19 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-05 12:07:10 -0500 |
commit | 01067990cce27b7af94506f583de025d28e31c1b (patch) | |
tree | 326acef39b1956003a2555ff405fe082098901a0 /bootstrap.manifest | |
parent | Search multiple files for __git_ps1 function (diff) | |
download | etc-01067990cce27b7af94506f583de025d28e31c1b.tar.gz etc-01067990cce27b7af94506f583de025d28e31c1b.zip |
Change bootstrapping method
Now uses a script, ./bootstrap.sh, and a file, ./bootstrap.manifest.
Diffstat (limited to 'bootstrap.manifest')
-rw-r--r-- | bootstrap.manifest | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bootstrap.manifest b/bootstrap.manifest new file mode 100644 index 0000000..7c83a5c --- /dev/null +++ b/bootstrap.manifest | |||
@@ -0,0 +1,19 @@ | |||
1 | ### bootstrap.manifest -*- conf -*- | ||
2 | # TAB-separated SOURCEs and DESTINATIONs for configuration-file links to ~. | ||
3 | # see bootstrap.sh for details. | ||
4 | |||
5 | # Custom XDG Directories (just in case they're hardcoded somewhere) | ||
6 | ~/etc ~/.config | ||
7 | ~/usr ~/.local | ||
8 | |||
9 | # Bash | ||
10 | bash/bashrc ~/.bashrc | ||
11 | bash/bash_profile ~/.bash_profile | ||
12 | bash/bash_logout ~/.bash_logout | ||
13 | |||
14 | # Profile | ||
15 | profile/profile ~/.profile | ||
16 | |||
17 | # Local Variables: | ||
18 | # indent-tabs-mode: t | ||
19 | # End: | ||