README.me: Adjust headings

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-09-05 20:49:59 +03:00
parent 101b0afb0c
commit 8d3585f81c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 7 additions and 7 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
@ -15,22 +15,22 @@ $ ln -sf ~/src/git/dotfiles/.zshrc .
$ ln -sf ~/src/git/dotfiles/.npmrc .
```
### .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.
### .npmrc
## .npmrc
Configures a local npm package directory (so I can `npm install -g` without needing sudo)
### License
## License
Copyright (C) 2015 Alan Orth
This program is free software: you can redistribute it and/or modify