]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
tmux.conf: Use line continuation.
[config/dotfiles.git] / setup.sh
index 234b17b6ad3dc0bfd75ee0da5b719628b1a85758..8873bf601137bcd78511472159609b6198fbe9f1 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
 
 hostname=`hostname`
 
+# Create private temporary directory used by many tools (including GNU screen
+# and tmux).
+mkdir -p ~/.tmp
+chmod 0700 ~/.tmp
+
 # Generate ~/.less with lesskey.
 lesskey lesskey
 chmod 0600 ~/.less
@@ -88,6 +93,7 @@ fi
 link inputrc ~/.inputrc
 link screenrc ~/.screenrc
 if installed tmux; then
+    generate perl tmux.conf ./bin/remove-continuation.pl
     link tmux.conf ~/.tmux.conf
 fi
 if installed htop; then