From d69ec4f3bffc17b67944a56bb1e71eb934246e83 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 9 Jan 2023 17:09:56 +0530 Subject: scripts fix --- zsh-setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh-setup.sh') diff --git a/zsh-setup.sh b/zsh-setup.sh index d4d7528..5808e34 100755 --- a/zsh-setup.sh +++ b/zsh-setup.sh @@ -8,5 +8,7 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM: git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k + git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim + cp .zshrc .p10k ~/ -- cgit