From 79dd10451319ade61edf872da1c31960c19ab612 Mon Sep 17 00:00:00 2001 From: Darshaka Pathirana Date: Tue, 27 Oct 2020 11:34:05 +0100 Subject: [PATCH] README.md: Add tmux.conf to the "most important files" list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e83216..ee57efd 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ 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: @@ -22,6 +23,7 @@ Or, on operating systems without wget: 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/ -- 2.1.4