Skip to content

douglasalbert/dotfiles

Repository files navigation

dotfiles

works badge

About

Installation

$ make

Configuration

Sensitive environment variables and other configuration are sourced out of a .bash_profile.local file

### git
GIT_AUTHOR_NAME="Unknown Author"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL=""
GIT_COMMITER_EMAIL="$GIT_AUTHOR_EMAIL"
GH_USER="handle"

git config --global user.email "$GIT_AUTHOR_EMAIL"
git config --global user.name "$GIT_AUTHOR_NAME"
git config --global github.user "$GH_USER"

Notes

As the above badge notes, this has only been tested on my own machines.

About

private dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published