X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=8873bf601137bcd78511472159609b6198fbe9f1;hb=ab9717d6cf1d9b0d1a5a3e2c932f39e8dd561a7f;hp=234b17b6ad3dc0bfd75ee0da5b719628b1a85758;hpb=7a1001f753aeddfd906aef906bd769f941a475fe;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 234b17b..8873bf6 100755 --- a/setup.sh +++ b/setup.sh @@ -22,6 +22,11 @@ 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