Merge remote-tracking branch 'origin/github/pr/115'
[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     wget -O .tmux.conf    http://git.grml.org/f/grml-etc-core/etc/tmux.conf
17
18
19 Or, on operating systems without wget:
20
21     # IMPORTANT: please note that you might override existing
22     # configuration files in the current working directory!
23     curl -Lo .screenrc    http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
24     curl -Lo .vimrc       http://git.grml.org/f/grml-etc-core/etc/vim/vimrc
25     curl -Lo .zshrc       http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
26     curl -Lo .tmux.conf   http://git.grml.org/f/grml-etc-core/etc/tmux.conf
27
28
29 Further information is available from http://grml.org/console/
30