/dotfiles

.vimrc, .screenrc and etc.

Primary LanguageShell

Overview

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

Prerequisites

  • git (>=1.7.10)
  • vim (>=7.3)
  • screen
  • tmux
  • oh-my-zsh

Features

  • Tuned PS1 (command promt) looks like <user>@<host> <working directory> (git branch) $
  • Config for screen
  • Automatic Screen for SSH Login
  • Git completion
  • Git flow completion
  • Git extra commands
  • Git config with a lot of nice shortcuts
  • Vim config based on bundles
  • Autoupdate configs every 8 hours (it happens only after enter to terminal)
  • Works fine on unix and osx

Install

Clone my repository with configs and execute build.sh:

    git clone git://github.com/seyar/dotfiles.git ~/.dotfiles
    cd ~/.dotfiles/
    git submodule update --init --recursive
    ./build.sh --name='YOUR NAME' --email=EMAIL

Enjoy! :)

Credits

Thx to @aefimov (idea of building configs)

Thx to @bessarabov (idea of autoupdate configs)