You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# By Mathias Bynens (8) and others
# Via GitHub
* super/main:
.gitconfig: exclude submodules
readme: fix link to lri’s old notes
.macos: adjust toolbar title rollover delay
.gitconfig: Rely on Git v2.28’s `init.defaultBranch`
.gitconfig: delete `mpr` alias
.gitconfig: show most recent branches first
meta: rename main branch
.gitconfig: make `git init` default to `main` instead of `master` (mathiasbynens#926)
.gitconfig: improve `git p` alias (mathiasbynens#896)
.exports: Hide zsh warning on macOS
.macos: fix showing ~/Library folder in macOS 10.15 (Catalina) (mathiasbynens#917)
# Conflicts:
# .gitconfig
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ set -- -f; source bootstrap.sh
31
31
To install these dotfiles without Git:
32
32
33
33
```bash
34
-
cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master| tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,.osx,LICENSE-MIT.txt}
34
+
cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/main| tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,.osx,LICENSE-MIT.txt}
35
35
```
36
36
37
37
To update later on, just run that command again.
@@ -101,7 +101,7 @@ Suggestions/improvements
101
101
*[Cătălin Mariș](https://github.com/alrra) and his [dotfiles repository](https://github.com/alrra/dotfiles)
102
102
*[Gianni Chiappetta](https://butt.zone/) for sharing his [amazing collection of dotfiles](https://github.com/gf3/dotfiles)
103
103
*[Jan Moesen](http://jan.moesen.nu/) and his [ancient `.bash_profile`](https://gist.github.com/1156154) + [shiny _tilde_ repository](https://github.com/janmoesen/tilde)
104
-
*[Lauri ‘Lri’ Ranta](http://lri.me/) for sharing [loads of hidden preferences](http://osxnotes.net/defaults.html)
104
+
* Lauri ‘Lri’ Ranta for sharing [loads of hidden preferences](https://web.archive.org/web/20161104144204/http://osxnotes.net/defaults.html)
105
105
*[Matijs Brinkhuis](https://matijs.brinkhu.is/) and his [dotfiles repository](https://github.com/matijs/dotfiles)
106
106
*[Nicolas Gallagher](http://nicolasgallagher.com/) and his [dotfiles repository](https://github.com/necolas/dotfiles)
0 commit comments