From 05524bb8ba2207b32fb146d4ec81a8a8b41c8316 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 5 Jun 2023 20:02:35 +0530 Subject: [PATCH] doas-pratham: fix the dotfiles directory path --- scripts/doas-pratham.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/doas-pratham.sh b/scripts/doas-pratham.sh index 94095e0..1b35b7a 100755 --- a/scripts/doas-pratham.sh +++ b/scripts/doas-pratham.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -PRATHAM_HOME=/home/pratham +PRATHAMS_HOME=/home/pratham -pushd ${PRATHAM_HOME} -git clone --depth 1 --bare https://git.thefossguy.com/thefossguy/dotfiles.git -git --git-dir=${PRATHAM_HOME}/my-git-repos/dotfiles --work-tree=${PRATHAM_HOME} checkout +pushd ${PRATHAMS_HOME} +git clone --depth 1 --bare https://git.thefossguy.com/thefossguy/dotfiles.git ${PRATHAMS_HOME}/.dotfiles +git --git-dir=${PRATHAMS_HOME}/.dotfiles --work-tree=${PRATHAMS_HOME} checkout popd