tmux themes
This commit is contained in:
parent
ad36d17f23
commit
f520fce0f1
3 changed files with 6 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ log/
|
||||||
*.zwc
|
*.zwc
|
||||||
*.zwc.old
|
*.zwc.old
|
||||||
prezto/
|
prezto/
|
||||||
|
tmux/t-theme/
|
||||||
|
|
8
init.sh
8
init.sh
|
@ -28,6 +28,8 @@ fi
|
||||||
mkdir ~/.ssh
|
mkdir ~/.ssh
|
||||||
echo "Stowing Configs"
|
echo "Stowing Configs"
|
||||||
stow tmux
|
stow tmux
|
||||||
|
#Add Tmux themes
|
||||||
|
git clone https://github.com/wfxr/tmux-power.git "$HOME/stevset/tmux/t-theme"
|
||||||
stow vim
|
stow vim
|
||||||
stow prezto
|
stow prezto
|
||||||
stow config
|
stow config
|
||||||
|
@ -55,12 +57,6 @@ then
|
||||||
fi
|
fi
|
||||||
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 "*******************************"
|
||||||
echo "* Restart your terminal *"
|
echo "* Restart your terminal *"
|
||||||
echo "*******************************"
|
echo "*******************************"
|
||||||
|
|
|
@ -36,6 +36,9 @@ bind a send-prefix
|
||||||
#Powerline Settings
|
#Powerline Settings
|
||||||
run-shell "powerline-daemon -q"
|
run-shell "powerline-daemon -q"
|
||||||
source "/usr/share/powerline/bindings/tmux/powerline.conf"
|
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
|
#Misc Enables
|
||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue