Readme: rewrite features

This commit is contained in:
dieterve
2012-11-06 08:41:44 +01:00
parent de2309d20c
commit 38112e04ea
+14 -10
View File
@@ -2,18 +2,22 @@
## Goal
Create general dotfiles that can be installed on production and staging servers.
These files will replace any personal dotfiles to prevent unexpected behavior.
Create dotfiles that can be installed on production and staging servers.
Provide a familiar shell which contains commonly used commands as shortcuts.
## Requirements
These dotfiles do not override native commands.
- Can not override standard server commands
- Must have a help command
- Must show if we are on staging, test or production
- Must show the current branch we are on, in case of a git repo
- Aliases to show list of recursive folder -and dirsizes
- Git information with handy aliases and pretty= formats
- install/uninstall
## Features
* Pretty prompt
* Displays environment
* Displays git branch (if any)
* Shorter current working directory (replaces /home/<user> with ~)
* SSH config autocompletion
* Git autocompletion
* Git aliases
* Aliases
* Vim config
## Installation