GitHub - dgtized/dotfiles: There are many dotfiles repos, this one is mine.

A collection of dotfiles that I have accumulated over many years.

Install

$ git clone git@github.com:dgtized/dotfiles.git ~/.home-config
$ ~/.home-config/setup.sh debian

SSH Keys

Follow ssh-keygen or github to generate a new ssh key, but the following should be sufficient:

And then add to github to enable checkout & echo into ~/.ssh/authorized_keys on other hosts.

Secrets

emacs
Symlink or create ~/.emacs.d/secrets.el{.gpg} for local emacs config (see load-secrets in clgc-functions.el).
bash
symlink or create `~/.bashrc.local` and it will be sourced at start for environment variables and functions.
gitconfig
Symlink or create `~/.gitconfig.private`

License

Distributed under the BSD License, see LICENSE file