dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 5e3e29ded0b6661a2eb18e1ead7734602262a86e
parent 9b7bae173d63822c230107aba4bd01ed8991d0a4
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Sun, 27 Mar 2022 15:42:50 +0000

feat: add .tmux.conf

Diffstat:
A.tmux.conf | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -0,0 +1,7 @@ +# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +set -g @plugin "arcticicestudio/nord-tmux" +set -g @plugin "odedlaz/tmux-one-dark-theme" +run "~/.tmux/plugins/tpm/tpm" + +set -g default-terminal "screen-256color" +set -g default-command /bin/zsh