Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 487 Bytes

Dotfiles

Stay in *nixland, and I'll show you how deep the rabbit hole goes

Installation

run the following command to run install script:

$ ./install

given that ~/.gitconfig is included with these dotfiles, any local configurations should be written to ~/.gitconfig.local instead, such as:

$ git config --file ~/.gitconfig.local user.name  "John Doe"
$ git config --file ~/.gitconfig.local user.email "johndoe@example.com"