X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_home.sh;h=ab9f1b5d94010374c21d727e2a6bf9032cac53ed;hb=da85846e77b0a4ae122e5ac55e54c4bdc693594e;hp=55707fd31c36456c3c4e6965981c3b98edb9566b;hpb=000dec921372bc0e947f7236459a3279306f804a;p=config diff --git a/bookworm/setup_scripts/setup_home.sh b/bookworm/setup_scripts/setup_home.sh index 55707fd..ab9f1b5 100755 --- a/bookworm/setup_scripts/setup_home.sh +++ b/bookworm/setup_scripts/setup_home.sh @@ -1,6 +1,7 @@ #!/bin/sh set -e set -x +. ./misc.sh expect_n_args 1 "(system name)" "$@" get_system_name_arg "$1" @@ -56,6 +57,9 @@ cat "${repos_list_file}" | while read line; do fi done +# Remove redundant config repo copy. +rm -rf ~/config + # # Set up native messenger for tridactyl. # version='ef9f02d0da258f68d7faf8898707f6d83d90d07a' # curl -fsSl "https://raw.githubusercontent.com/tridactyl/tridactyl/${version}/native/install.sh" | bash