X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_home.sh;h=6467ef9a166a5419cc110c2ea6d4084f919eb3dd;hb=b2689a62b11cf9a4423ac51af582a12a17a781a0;hp=ab9f1b5d94010374c21d727e2a6bf9032cac53ed;hpb=da85846e77b0a4ae122e5ac55e54c4bdc693594e;p=config diff --git a/bookworm/setup_scripts/setup_home.sh b/bookworm/setup_scripts/setup_home.sh index ab9f1b5..6467ef9 100755 --- a/bookworm/setup_scripts/setup_home.sh +++ b/bookworm/setup_scripts/setup_home.sh @@ -1,6 +1,5 @@ #!/bin/sh set -e -set -x . ./misc.sh expect_n_args 1 "(system name)" "$@" @@ -58,6 +57,7 @@ cat "${repos_list_file}" | while read line; do done # Remove redundant config repo copy. +config_tree_prefix="${public_repos_dir}/config/${debian_version}" rm -rf ~/config # # Set up native messenger for tridactyl. @@ -94,8 +94,6 @@ if [ -f "${authinfo_file}" ]; then fi cd -# rm -rf "${dir_secrets}" - maildir=~/mail/maildir # # Set up e-mail system. Note that we only do mbsync if the imap pass file # # is found. It may not be present on every secrets drive yet, so we have to