X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=README.md;h=5bfcd4222413eacbda0f6836f97a6a7909de419b;hb=d1938db557b3655581795e7070196409d087d5bd;hp=34ff13cc082676496f9f79a79a7f1e8dedd81150;hpb=ba710a407ddbf717d68e4cdf6d91556b4728b00d;p=dotfiles.git diff --git a/README.md b/README.md index 34ff13c..5bfcd42 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ # Dotfiles. +## True dotfiles Tip: use GNU stow -`stow -t ~/ NAME` +`stow -t ~/ DIR` -Where NAME is: +## Other configurations -| `NAME` | contents ---- | --- -| cal | khard, khal, vdirsyncer -| email | mutt, offlineimap, notmuch, msmtp -| git | git -| pgp | gpg, gpg-agent -| shell | bash, top, readline -| vim | vim, vim-gnupg, vim-syntastic -| vimperator | vimperator -| x | i3, i3status, urxvt, font, gv, askpass +- `udev/backup.rules` defines the rules for the automatic backup. + Install in: `/etc/udev/rules.d` +- `20-keyboard.conf` defines the keyboard layout. + Install in: `/etc/X11/xorg.conf.d/` +- `dirs.sh` creates all the directories so that stow won't link entire + directories. +- `pkgs.sh` installs all™ packages needed for the dotfiles +- `config.h` contains `config.h`'s for `st` and `dwm` +- `texlive.profile` contains a minimal texlive profile for unattended installation. + Install texlive by running `install-tl -profile texlive.profile`