From: Darshaka Pathirana Date: Tue, 27 Oct 2020 10:34:05 +0000 (+0100) Subject: README.md: Add tmux.conf to the "most important files" list X-Git-Tag: v0.18.0~4^2 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=79dd10451319ade61edf872da1c31960c19ab612 README.md: Add tmux.conf to the "most important files" list --- 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/