From 1805dfa11f239cba8cc88f8f21bb575ec6b428f5 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 25 Apr 2021 15:47:38 -0500 Subject: [PATCH] Switch to main branch --- README.md | 2 +- install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecac9aa..d1c54aa 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ master my life. My `dotfiles`, without me, are useless. Without my `dotfiles`, I am useless. ```shell -bash -c "$(curl -fsSL https://raw.githubusercontent.com/joshtronic/dotfiles/master/install)" +bash -c "$(curl -fsSL https://raw.githubusercontent.com/joshtronic/dotfiles/main/install)" ``` ![BOOM](https://media.giphy.com/media/laUY2MuoktHPy/source.gif) diff --git a/install b/install index 8367749..65e4ae7 100755 --- a/install +++ b/install @@ -18,7 +18,7 @@ cd "$DOTFILES" || exit git init git remote add origin https://github.com/joshtronic/dotfiles.git -git pull origin master +git pull origin main # Swap origin so I can make edits easily git remote rm origin