Switch to main branch

This commit is contained in:
Josh Sherman 2021-04-25 15:47:38 -05:00
parent 58a3dbade3
commit 1805dfa11f
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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