diff --git a/install b/install index 303dfa0..1cc36c0 100755 --- a/install +++ b/install @@ -23,7 +23,7 @@ else git pull origin main fi -stow git screen tmux vim zsh +stow git screen vim zsh if [[ `uname` == Darwin ]]; then stow macos diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf deleted file mode 100644 index 8d9073a..0000000 --- a/tmux/.tmux.conf +++ /dev/null @@ -1,6 +0,0 @@ -# Get my colorscheme working again in NeoVim 0.10+ -set-option -ga terminal-overrides ",xterm-256color:Tc" - -# Suggestions from NeoVim :checkhealth -set-option -sg escape-time 10 -set-option -g focus-events on