diff options
author | Aaditya Dhruv <[email protected]> | 2023-08-27 00:48:12 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-08-27 00:48:12 -0500 |
commit | 598dc8dc0b06b13da8c4e2824dcff7d55a26fbf0 (patch) | |
tree | 8d1516fbbc46efea004548e5c2a348cd2e219409 /src/zsh-setup.sh | |
parent | de575ce30b06e140a53a59ed8343a6ed4e76a6e7 (diff) |
restructuring dotfiles to streamline ansible
Diffstat (limited to 'src/zsh-setup.sh')
-rwxr-xr-x | src/zsh-setup.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/zsh-setup.sh b/src/zsh-setup.sh new file mode 100755 index 0000000..5808e34 --- /dev/null +++ b/src/zsh-setup.sh @@ -0,0 +1,14 @@ +sudo pacman -S zsh + +sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + +git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions + +git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting + +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 ~/ |