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 /zsh-setup.sh | |
parent | de575ce30b06e140a53a59ed8343a6ed4e76a6e7 (diff) |
restructuring dotfiles to streamline ansible
Diffstat (limited to 'zsh-setup.sh')
-rwxr-xr-x | zsh-setup.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/zsh-setup.sh b/zsh-setup.sh deleted file mode 100755 index 5808e34..0000000 --- a/zsh-setup.sh +++ /dev/null @@ -1,14 +0,0 @@ -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 ~/ |