tags update
[dotfiles.git] / README.md
index ef8be03..5bfcd42 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,19 @@
-Yay dotfiles to share
-=====================
+# Dotfiles.
 
-Also includes a script to install it:)
+## True dotfiles
+Tip: use GNU stow
+
+`stow -t ~/ DIR`
+
+## 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`