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