Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 375 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 375 Bytes

dotfiles

See "Organising dotfiles in a git repository" for more info.

Installation

Cloning the dotfiles:

$ alias home="git --work-tree=$HOME --git-dir=$HOME/.files.git"
$ home init
$ home remote add origin git@github.com:marius-serban/dotfiles.git
$ home fetch
$ home checkout master