X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=5bfcd4222413eacbda0f6836f97a6a7909de419b;hb=d1938db557b3655581795e7070196409d087d5bd;hp=5ce5e59946e74733cfaf76f034567d4c8dbaaabb;hpb=7c0c395e57530a31d96410759e5f65b12d2aaea2;p=dotfiles.git diff --git a/README.md b/README.md index 5ce5e59..5bfcd42 100644 --- a/README.md +++ b/README.md @@ -1,17 +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 -| 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`