Skip to content
forked from HubLot/dotfiles

My configuration files (.screenrc, .vimrc, .bashrc, .gitconfig, etc)

Notifications You must be signed in to change notification settings

jbarnoud/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files

.vim: directory of file type configurations and plugins

.vimrc: my vim configuration

.fonts: local fonts

Instructions

Creating source files

Any file which matches the shell glob _* will be linked into $HOME as a symlink with the first _ replaced with a .

For example:

_bashrc

becomes

${HOME}/.bashrc

Add a git submodule

git submodule add <url> <destination path>

Installing source files

It's as simple as running:

./install.sh

From this top-level directory.

Requirements

  • bash

About

My configuration files (.screenrc, .vimrc, .bashrc, .gitconfig, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 46.0%
  • Python 44.1%
  • Tcl 8.8%
  • Other 1.1%