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 ## Goal
Create general dotfiles that can be installed on production and staging servers. Create dotfiles that can be installed on production and staging servers.
These files will replace any personal dotfiles to prevent unexpected behavior. 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 ## Features
- Must have a help command
- Must show if we are on staging, test or production * Pretty prompt
- Must show the current branch we are on, in case of a git repo * Displays environment
- Aliases to show list of recursive folder -and dirsizes * Displays git branch (if any)
- Git information with handy aliases and pretty= formats * Shorter current working directory (replaces /home/<user> with ~)
- install/uninstall * SSH config autocompletion
* Git autocompletion
* Git aliases
* Aliases
* Vim config
## Installation ## Installation