Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 437 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 437 Bytes

My configuration files

Requirements

Installation

git clone https://github.com/danielbayerlein/dotfiles ~/.dotfiles
~/.dotfiles/install.sh

Configuration

Git

Put your Git credentials into ~/.gitconfig_local. For example:

[user]
  name = Foo Example
  email = [email protected]