From f520fce0f127bf07d025b9ab034c129fa701c12d Mon Sep 17 00:00:00 2001 From: steveokard Date: Fri, 11 Jun 2021 23:10:50 -0400 Subject: [PATCH] tmux themes --- .gitignore | 1 + init.sh | 8 ++------ tmux/.tmux.conf | 3 +++ 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8df2436..b76e8cf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ log/ *.zwc *.zwc.old prezto/ +tmux/t-theme/ diff --git a/init.sh b/init.sh index d45e6fe..fd7e695 100755 --- a/init.sh +++ b/init.sh @@ -28,6 +28,8 @@ fi mkdir ~/.ssh echo "Stowing Configs" stow tmux +#Add Tmux themes + git clone https://github.com/wfxr/tmux-power.git "$HOME/stevset/tmux/t-theme" stow vim stow prezto stow config @@ -55,12 +57,6 @@ then fi fi -# #install Emacs Doom -# echo "Install Emacs Doom now? y/n"; read -r answer -# if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then -# ./emacs_doom.sh -# fi -###Doom's requirements are outside the scope of Ubuntu 20.04LTS echo "*******************************" echo "* Restart your terminal *" echo "*******************************" diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ec721b4..165206b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -36,6 +36,9 @@ bind a send-prefix #Powerline Settings run-shell "powerline-daemon -q" source "/usr/share/powerline/bindings/tmux/powerline.conf" +#Themes +set -g @tmux_power_theme 'default' +run-shell "$HOME/stevset/tmux/t-theme/tmux-power.tmux" #Misc Enables set-option -g renumber-windows on