From c1618d0526e84f1652729810e8cf584497031148 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 16 Apr 2024 20:44:01 -0700 Subject: [PATCH] Add initial config --- link.sh | 2 ++ tmux.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 link.sh create mode 100644 tmux.conf diff --git a/link.sh b/link.sh new file mode 100755 index 0000000..22a15ff --- /dev/null +++ b/link.sh @@ -0,0 +1,2 @@ +#!/usr/bin/bash -e +ln -sf tmux.conf ~/.tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..713aee5 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,2 @@ +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",*256col*:Tc"