From fff14d4f424d2cf8437519f22da10040aa516a91 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 19 Jan 2020 14:00:02 +0530 Subject: [PATCH] Update deploy.sh for wish --- deploy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index b0ba81d..c59c53f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -70,10 +70,6 @@ check_and_install jq echo -e "\n\033[38;5;2mStowing config\033[0;5;0m\n" -mv ~/.bashrc{,.old} &> /dev/null -mv ~/.bash_profile{,.old} &> /dev/null -stow_cfg bash - mv ~/.tmux.conf{,.old} &> /dev/null mv ~/.tmux{,.old} &> /dev/null stow_cfg tmux @@ -86,6 +82,10 @@ echo -e "\n\033[38;5;2mSetting up wish\033[0;5;0m\n" mkdir -p ~/.config/ git clone https://gitlab.com/ceda_ei/wish.git ~/.config/wish +mv ~/.bashrc{,.old} &> /dev/null +mv ~/.bash_profile{,.old} &> /dev/null +stow_cfg bash + echo -e "\n\033[38;5;2mSetting up tmux plugins\033[0;5;0m\n" mkdir -p ~/.tmux/plugins/ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm