Switch to main branch
This commit is contained in:
parent
58a3dbade3
commit
1805dfa11f
2 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||
```
|
||||
|
||||

|
||||
|
|
2
install
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue