tmux themes
This commit is contained in:
parent
ad36d17f23
commit
f520fce0f1
3 changed files with 6 additions and 6 deletions
8
init.sh
8
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 "*******************************"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue