eskp / dotfiles

Bash home directory configuration files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

A collection of configuration files for various programs that I use at the command line.

To install, from $HOME run:

git init
git remote add origin https://github.com/eskp/dotfiles
git fetch --all
git reset --hard origin/master
git submodule update --init
git config status.showuntrackedfiles no

About

Bash home directory configuration files.


Languages

Language:Vim Script 61.5%Language:Shell 38.5%