Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

iff/dotfiles-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot-files

This is a modest collection of dotfiles and plugins shared between my hosts, including

  • bash
  • git
  • tmux
  • signatures
  • ssh
  • sup
  • vim

Requirements

  • Vim 7.3+
  • Vim compiled with Python (2.4+) support

Installation

Clone the repository and link files into home. Run

git submodule init
git submodule update

To include bash configurations use:

for m in alias prompt sprunge keychain; do
    . "~/shared-dotfiles/bash/$m"
done