Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 343 Bytes

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