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