1
0
Fork 0

doas-pratham: fix the dotfiles directory path

This commit is contained in:
Pratham Patel 2023-06-05 20:02:35 +05:30
parent 9d8e20a88a
commit 05524bb8ba
1 changed files with 4 additions and 4 deletions

View File

@ -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