From cfacd5da3443f9309dae8e9918113e10c4f1e286 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 19:04:53 +0530 Subject: [PATCH] clone dotfiles in ~/my-git-repos --- scripts/pratham-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/pratham-setup.sh b/scripts/pratham-setup.sh index 5c7c129..13439fa 100644 --- a/scripts/pratham-setup.sh +++ b/scripts/pratham-setup.sh @@ -79,7 +79,8 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug. # get dotfiles echo -ne "\n\n\n\n" -pushd $HOME +mkdir -p $HOME/my-git-repos +pushd $HOME/my-git-repos/ git clone git@git.thefossguy.com:thefossguy/dotfiles-priv.git git clone git@git.thefossguy.com:thefossguy/dotfiles.git popd