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
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To update later on, just run that command again.
38
38
39
39
### Specify the `$PATH`
40
40
41
-
If `~/.path` exists, it will be sourced along with the other files, before any feature testing takes place.
41
+
If `~/.path` exists, it will be sourced along with the other files, before any feature testing (such as [detecting which version of `ls` is being used](https://github.com/mathiasbynens/dotfiles/blob/aff769fd75225d8f2e481185a71d5e05b76002dc/.aliases#L21-L26)) takes place.
42
42
43
43
Here’s an example `~/.path` file that adds `/usr/local/bin` to the `$PATH`:
44
44
@@ -81,7 +81,8 @@ When setting up a new Mac, you may want to install some common [Homebrew](https:
81
81
./brew.sh
82
82
```
83
83
84
-
==== BASE ====
84
+
Some of the functionality of these dotfiles depends on formulae installed by `brew.sh`. If you don’t plan to run `brew.sh`, you should look carefully through the script and manually install any particularly important ones. A good example is Bash/Git completion: the dotfiles use a special version from Homebrew.
85
+
85
86
## Feedback
86
87
87
88
Suggestions/improvements
@@ -106,8 +107,6 @@ Suggestions/improvements
106
107
*[Nicolas Gallagher](http://nicolasgallagher.com/) and his [dotfiles repository](https://github.com/necolas/dotfiles)
107
108
*[Sindre Sorhus](https://sindresorhus.com/)
108
109
*[Tom Ryder](https://sanctum.geek.nz/) and his [dotfiles repository](https://sanctum.geek.nz/cgit/dotfiles.git/about)
109
-
==== BASE ====
110
-
*[Kevin Suttle](http://kevinsuttle.com/) and his [dotfiles repository](https://github.com/kevinSuttle/dotfiles) and [OSXDefaults project](https://github.com/kevinSuttle/OSXDefaults), which aims to provide better documentation for [`~/.macos`](https://mths.be/macos)
111
-
*[Haralan Dobrev](http://hkdobrev.com/)
112
-
* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)
113
-
==== BASE ====
110
+
*[Kevin Suttle](http://kevinsuttle.com/) and his [dotfiles repository](https://github.com/kevinSuttle/dotfiles) and [macOS-Defaults project](https://github.com/kevinSuttle/macOS-Defaults), which aims to provide better documentation for [`~/.macos`](https://mths.be/macos)
111
+
*[Haralan Dobrev](https://hkdobrev.com/)
112
+
* Anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)
0 commit comments