1
0
Fork 0

clone dotfiles in ~/my-git-repos

This commit is contained in:
Pratham Patel 2022-11-20 19:04:53 +05:30
parent 7e22201d13
commit cfacd5da34
1 changed files with 2 additions and 1 deletions

View File

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