Release new version 0.19.7
[grml-etc-core.git] / README.md
1 grml-etc-core
2 =============
3
4 This repository contains the core /etc files for the Grml system.
5
6 While generally these files are distributed as a Debian package, named
7 "grml-etc-core", they are also useful on other systems.
8
9 To use the most important files for your user, use the following commands:
10
11     # IMPORTANT: please note that you might override existing
12     # configuration files in the current working directory!
13     wget -O .screenrc     http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
14     wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/vim/vimrc
15     wget -O .zshrc        http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
16
17
18 Or, on operating systems without wget:
19
20     # IMPORTANT: please note that you might override existing
21     # configuration files in the current working directory!
22     curl -Lo .screenrc    http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
23     curl -Lo .vimrc       http://git.grml.org/f/grml-etc-core/etc/vim/vimrc
24     curl -Lo .zshrc       http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
25
26
27 Further information is available from http://grml.org/console/
28