README.md: Update descriptions and body text

This commit is contained in:
Alan Orth 2018-07-18 13:58:07 +03:00
parent a4247542bf
commit 01c78dce3e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# 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
$ mkdir ~/src/git
@ -15,19 +15,19 @@ $ ln -sf ~/src/git/dotfiles/.zshrc .
```
## .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 prompt, adds paths for Homebrew, adds some common aliaes, Solarized dircolors, etc.
## .tmuxrc
Solarized configuration
## .tmux.conf
Solarized color scheme with key bindings like GNU screen.
## .vimrc
Syntax highlighting, Solarized color scheme, tab stops to 4 spaces, etc.
## .vim + .vimrc
Syntax highlighting, Solarized color scheme, tab stops to four spaces, etc.
## .zshrc
Configures a custom prompt, adds paths for pkgsrc on Mac OS X, sets up pyenv, adds aliases, Solarized dircolors, etc.
Configures the shell to have a custom PS1 prompt, adds paths for Homebrew, adds some common aliases, Solarized dircolors, etc.
## License
Copyright (C) 2015 Alan Orth
Copyright (C) 20152018 Alan Orth
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by