Skip to content

seyar/dotfiles

 
 

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

  • 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)

About

.vimrc, .screenrc and etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 82.5%
  • Vim Script 16.8%
  • Other 0.7%