From 38112e04ead463331208588f44d0504779dffb13 Mon Sep 17 00:00:00 2001 From: dieterve Date: Tue, 6 Nov 2012 08:41:44 +0100 Subject: [PATCH] Readme: rewrite features --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f6b28e3..67cd0eb 100644 --- a/README.md +++ b/README.md @@ -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/ with ~) +* SSH config autocompletion +* Git autocompletion +* Git aliases +* Aliases +* Vim config ## Installation