Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1 KB

README.md

File metadata and controls

35 lines (28 loc) · 1 KB

Overview

There is my set of configs for bash, vim, screen and etc.

Prerequisites

Features

  • Tuned PS1 (command promt) looks like <user>@<host> <working directory> (git branch) $
  • Config for screen
  • Git completion
  • Git flow completion
  • Git config with a lot of nice shortcuts
  • Vim config based on bundles
  • Works fine on unix and osx

Install

Clone my repository with configs and execute build.sh:

git clone git://github.com/tarmolov/configs.git ~/.config/tarmolov
~/.config/tarmolov./build.sh --name='YOUR NAME' --email=EMAIL

Enjoy! :)

Credits

Thx to @aefimov (idea of building configs)

Thx to @bessarabov (idea of autoupdate configs)