From a69e0fd17a4c94a764164f05f82c2b55f628f75b Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 12 May 2019 16:48:29 +0530 Subject: [PATCH] Add setup bin client --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index 72e4d36..9b6d8f5 100755 --- a/deploy.sh +++ b/deploy.sh @@ -94,4 +94,7 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim vim +PlugInstall +qall +echo -e "\n\033[38;5;2mSetting up bin-client\033[0;5;0m\n" +git clone https://git.webionite.com/ceda_ei/bin-client ~/bin-client + echo -e "\n\033[38;5;2mComplete\033[0;5;0m\n"