diff --git a/install.conf.yaml b/install.conf.yaml index 72a71ea..4cee92d 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -18,4 +18,5 @@ path: zshrc ~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme ~/.vim/colors/onehalfdark.vim: vim/onehalf/vim/colors/onehalfdark.vim + ~/.tmux.conf: tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..2aa23f8 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,6 @@ +# Improve Colors +set -g default-terminal "screen-256color" + +# Set scrollback buffer +set -g history-limit 10000 +