From 891ac5bfcf4de367e63b7dc4a8b8683cb8939a29 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 9 May 2015 18:29:09 +0300 Subject: [PATCH] README.md: Adjust headings Use second- and third-level headings, respectively. When rendered in GitHub, `#` is an `

`, 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 `

` essentially. Signed-off-by: Alan Orth --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 45b863c..0ca13a5 100644 --- a/README.md +++ b/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: ```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.