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:
Alan Orth 2015-05-09 18:29:09 +03:00
parent ffe79e3a0b
commit 891ac5bfcf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 5 additions and 5 deletions

View File

@ -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:
```console
@ -14,14 +14,14 @@ $ ln -sf ~/src/git/dotfiles/.dircolors.ansi-dark .
$ 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.
## .tmuxrc
### .tmuxrc
Solarized configuration
## .vimrc
### .vimrc
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.