README.md: Add tmux.conf to the "most important files" list
[grml-etc-core.git] / README.md
index a778d6c..ee57efd 100644 (file)
--- 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/