README.md: Adjust headings
Use second- and third-level headings, respectively. When rendered in GitHub, `#` is an `<h1>`, which should actually be the most pro- minent heading on the page; in this case GitHub's own headings sho- uld take precedence, so ours should start at `<h2>` essentially. Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
ffe79e3a0b
commit
891ac5bfcf
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
|||||||
# Alan's dotfiles
|
## Alan's dotfiles
|
||||||
Dotfiles for pretty much every Linux system I have access to. After setting up a new host, I do:
|
Dotfiles for pretty much every Linux system I have access to. After setting up a new host, I do:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
@ -14,14 +14,14 @@ $ ln -sf ~/src/git/dotfiles/.dircolors.ansi-dark .
|
|||||||
$ ln -sf ~/src/git/dotfiles/.zshrc .
|
$ ln -sf ~/src/git/dotfiles/.zshrc .
|
||||||
```
|
```
|
||||||
|
|
||||||
## .bashrc
|
### .bashrc
|
||||||
Configures the shell to have a custom PS1, add paths for NPM and Homebrew, setup pyenv for virtualenvs, some common aliaes, Solarized dircolors, etc.
|
Configures the shell to have a custom PS1, add paths for NPM and Homebrew, setup pyenv for virtualenvs, some common aliaes, Solarized dircolors, etc.
|
||||||
|
|
||||||
## .tmuxrc
|
### .tmuxrc
|
||||||
Solarized configuration
|
Solarized configuration
|
||||||
|
|
||||||
## .vimrc
|
### .vimrc
|
||||||
Syntax highlighting, Solarized color scheme, tab stops to 4 spaces, etc.
|
Syntax highlighting, Solarized color scheme, tab stops to 4 spaces, etc.
|
||||||
|
|
||||||
## .zshrc
|
### .zshrc
|
||||||
Configures a custom prompt, adds paths for pkgsrc on Mac OS X, sets up pyenv, adds aliases, Solarized dircolors, etc.
|
Configures a custom prompt, adds paths for pkgsrc on Mac OS X, sets up pyenv, adds aliases, Solarized dircolors, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user