A collection of dotfiles that I have accumulated over many years.
$ git clone git@github.com:dgtized/dotfiles.git ~/.home-config
$ ~/.home-config/setup.sh debian
Follow ssh-keygen or github to generate a new ssh key, but the following should be sufficient:
$ ssh-keygen -t ed25519
And then add to github to enable checkout & echo
into ~/.ssh/authorized_keys
on other hosts.
- 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`
Distributed under the BSD License, see LICENSE file