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