From 76276a6c2f00b0f45feaf8453da9bd60beb11eab Mon Sep 17 00:00:00 2001 From: Lord_Devi Date: Sun, 14 Jul 2024 04:29:12 -0400 Subject: [PATCH] Adjusted script to only modify repos for the moment. --- setup-dotz.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup-dotz.sh b/setup-dotz.sh index bf53c38..ed4af20 100755 --- a/setup-dotz.sh +++ b/setup-dotz.sh @@ -249,14 +249,14 @@ _install_extras_if_asked() { _main() { _disable_default_repos _install_local_repos - _install_golang - _install_ghq - _clone_yadm - _link_yadm_script - _move_old_init_to_backup - _clone_yadm_dotz - _install_x_if_asked "$@" - _yadm_bootstrap + #_install_golang + #_install_ghq + #_clone_yadm + #_link_yadm_script + #_move_old_init_to_backup + #_clone_yadm_dotz + #_install_x_if_asked "$@" + #_yadm_bootstrap #_install_extras_if_asked } _main "$@"