README.md (695B)
1 # dotfiles 2 My configuration files for UNIX utilities. This repository should be 3 managed as a *bare Git repository*. Install with: 4 5 git clone --bare git://src.adamsgaard.dk/dotfiles $HOME/.dotfiles 6 git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout 7 8 Afterwards, log out and log back in. The `dotfiles` command will now be 9 available as a substitute for the `git` command, and is used to manage all 10 version-control commands on the files. 11 12 The `.local/init/install` script launches all scripts from the `.local/init/` 13 directory, and automatically skips the ones that aren't applicable to the host 14 system. 15 16 ## Author 17 Written by Anders Damsgaard. https://src.adamsgaard.dk/dotfiles