diff options
author | Aaditya Dhruv <[email protected]> | 2023-01-09 17:09:56 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-01-09 17:09:56 +0530 |
commit | d69ec4f3bffc17b67944a56bb1e71eb934246e83 (patch) | |
tree | 74b6ff4e2655445d8b14a7e37aefcf6d39b4c1e5 /zsh-setup.sh | |
parent | 60c6dcc9b95e57e5369111c4663c58e0a1aecbdc (diff) |
scripts fix
Diffstat (limited to 'zsh-setup.sh')
-rwxr-xr-x | zsh-setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 ~/ |