Pull .vim from correct GitHub user

This commit is contained in:
Zoé Cassiopée Gauthier 2022-03-24 20:52:15 -04:00
parent ca1b711c35
commit 2759f66600
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if ! (command -v dpkg-query >/dev/null 2>&1 && dpkg-query --list vim >/dev/null
fi
if [ ! -d ~/.vim ]; then
git clone --quiet https://github.com/deuxpi/dotvim.git ~/.vim
git clone --quiet https://github.com/zoeisnowooze/dotvim.git ~/.vim
ln -sf ~/.vim/vimrc ~/.vimrc
else
git -C ~/.vim pull --quiet

View File

@ -1,3 +1,5 @@
[user]
name = Zoé Cassiopée Gauthier
email = hello@blorp.dev
[init]
defaultBranch = main