This is Sean Whitton's dotfiles. I try to make it clear when stuff was written by me, and when it was taken from elsewhere. Stuff I've written is GPL v3 or any later versions published by the FSF. The master branch should work on most hosts, and host-specific configurations for host `host.domain' live in the branch `host'. All such host branches have master as their parent and are rebased onto master. This restriction is to make usage less complex, even if it results in some patches being duplicated between multiple host branches (that aren't suitable for master). My dotfiles are too important for the repository to require time-consuming, complex rebase operations. I use ~/src/dotfiles/bin/git-dotfiles-rebase to do the rebasing. On host branches, following the host-specific patches, there may be commits destined for master. This is because hosts without access to my PGP keys cannot update master. These commits are reviewed and cherry-picked onto master from time to time. Batching the reviews like this is more efficient than continually creating temporary branches, mailing patches to myself, etc., and usually there is no hurry to install patches on master because the changes are relevant mostly for just that one host. Configuration here should be mostly passive. Use Consfigurator to set up other things. E.g. i3 config is here but ~/.dmrc and ~/.config/autostart, which actually start up i3 etc., would be set up by consfig. This makes cloning this repo into HOME on arbitrary machines less intrusive. ================================ Minimal system requirements ================================ POSIX.2 shell and utilities ================================ Recommended pre-installed extras ================================ git; Perl 5/7; Git::Wrapper ================================ Minimal setup ================================ 1. Get the repo: % git clone https://git.spwhitton.name/dotfiles $HOME/src/dotfiles 2. Run bootstrap script: % $HOME/src/dotfiles/bin/bstraph