Skip to content

tarmolov/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)