There is my set of configs for bash, vim, screen and etc.
- git (>=1.7.10)
- vim (>=7.3)
- screen
- solarized colors
- 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
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! :)
Thx to @aefimov (idea of building configs)
Thx to @bessarabov (idea of autoupdate configs)