X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=README.md;h=5bfcd4222413eacbda0f6836f97a6a7909de419b;hb=bc7c93382c7b03165d472d205ec1261f876a8db5;hp=91acfcb2f8f96f9ce6ae3f4401f54a61f570a8fc;hpb=0a0fdce6b246d9ac2e90c91e1d35516214ac7eac;p=dotfiles.git diff --git a/README.md b/README.md index 91acfcb..5bfcd42 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,19 @@ -Yay dotfiles to share -===================== +# Dotfiles. -Also includes a script to install it:) +## True dotfiles +Tip: use GNU stow -notes: +`stow -t ~/ DIR` -TODO: -* screen, irssi +## Other configurations + +- `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`