From 996e42b3be95b8ce8d323952be9d3c6c761ffd40 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 4 Mar 2019 23:31:13 -0500 Subject: [PATCH] [tmux] Make installation instructions into a script --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index f0a091d..f6c9444 100644 --- a/README.org +++ b/README.org @@ -5,4 +5,8 @@ purposes * tmux (see [[https://github.com/tmux/tmux][github page]]) - [[.tmux.conf]] → ~/.tmux.conf + [[.tmux.conf]] + #+BEGIN_SRC sh + ln .tmux.conf ~ + #+END_SRC +