Add initial config

This commit is contained in:
Alex Yatskov 2024-04-16 20:44:01 -07:00
commit c1618d0526
2 changed files with 4 additions and 0 deletions

2
link.sh Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/bash -e
ln -sf tmux.conf ~/.tmux.conf

2
tmux.conf Normal file
View File

@ -0,0 +1,2 @@
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"