fresh install
[dotfiles.git] / README.md
1 # Dotfiles.
2
3 ## True dotfiles
4 Tip: use GNU stow
5
6 `stow -t ~/ DIR`
7
8 ## Other configurations
9
10 - `udev/backup.rules` defines the rules for the automatic backup.
11 Install in: `/etc/udev/rules.d`
12 - `20-keyboard.conf` defines the keyboard layout.
13 Install in: `/etc/X11/xorg.conf.d/`
14 - `pkgs.sh` installs allâ„¢ packages needed for the dotfiles
15 - `config.h` contains `config.h`'s for `st` and `dwm`
16 - `texlive.profile` contains a minimal texlive profile for unattended installation.
17 Install texlive by running `install-tl -profile texlive.profile`