From 2759f6660056e80600a6105d45c57da3e392a808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=A9=20Cassiop=C3=A9e=20Gauthier?= Date: Thu, 24 Mar 2022 20:52:15 -0400 Subject: [PATCH] Pull .vim from correct GitHub user --- bootstrap.sh | 2 +- gitconfig | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 356d235..30666f2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 diff --git a/gitconfig b/gitconfig index 7e49997..a9594ed 100644 --- a/gitconfig +++ b/gitconfig @@ -1,3 +1,5 @@ [user] name = Zoé Cassiopée Gauthier email = hello@blorp.dev +[init] + defaultBranch = main