X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=README.md;h=a72179b5214eed207fdda543c233f08aa7daa002;hp=a778d6cefb7eb700e9af8dcb0bf76674e324f4d3;hb=HEAD;hpb=ec2a092ad164c6f489ffb4a5f3202e95d857177a diff --git a/README.md b/README.md index a778d6c..a72179b 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,21 @@ To use the most important files for your user, use the following commands: # IMPORTANT: please note that you might override existing # configuration files in the current working directory! - 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 .screenrc https://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic + wget -O .tmux.conf https://git.grml.org/f/grml-etc-core/etc/tmux.conf + wget -O .vimrc https://git.grml.org/f/grml-etc-core/etc/vim/vimrc + wget -O .zshrc https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc 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 https://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic + curl -Lo .tmux.conf https://git.grml.org/f/grml-etc-core/etc/tmux.conf + curl -Lo .vimrc https://git.grml.org/f/grml-etc-core/etc/vim/vimrc + curl -Lo .zshrc https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc -Further information is available from http://grml.org/console/ +Further information is available from https://grml.org/console/