X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=README.md;h=ee57efd49cd712c683a1f1700e015c3cb965f4d8;hb=79dd10451319ade61edf872da1c31960c19ab612;hp=a778d6cefb7eb700e9af8dcb0bf76674e324f4d3;hpb=ec2a092ad164c6f489ffb4a5f3202e95d857177a;p=grml-etc-core.git diff --git a/README.md b/README.md index a778d6c..ee57efd 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,17 @@ To use the most important files for your user, use the following commands: wget -O .screenrc http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic wget -O .vimrc http://git.grml.org/f/grml-etc-core/etc/vim/vimrc wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc + wget -O .tmux.conf http://git.grml.org/f/grml-etc-core/etc/tmux.conf Or, on operating systems without wget: # IMPORTANT: please note that you might override existing # configuration files in the current working directory! - curl -o .screenrc http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic - curl -o .vimrc http://git.grml.org/f/grml-etc-core/etc/vim/vimrc - curl -o .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc + curl -Lo .screenrc http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic + curl -Lo .vimrc http://git.grml.org/f/grml-etc-core/etc/vim/vimrc + curl -Lo .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc + curl -Lo .tmux.conf http://git.grml.org/f/grml-etc-core/etc/tmux.conf Further information is available from http://grml.org/console/