aboutsummaryrefslogtreecommitdiff
path: root/src/zsh-setup.sh
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-08-27 01:42:25 -0500
committerAaditya Dhruv <[email protected]>2023-08-27 01:42:25 -0500
commit4c8ebb3fffcdf10ba00a8beba47967cfc20011f0 (patch)
tree052afc3265a6b246bce0314f4add1adafd026640 /src/zsh-setup.sh
parent598dc8dc0b06b13da8c4e2824dcff7d55a26fbf0 (diff)
moving files around, clearing scripts
Diffstat (limited to 'src/zsh-setup.sh')
-rwxr-xr-xsrc/zsh-setup.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/zsh-setup.sh b/src/zsh-setup.sh
deleted file mode 100755
index 5808e34..0000000
--- a/src/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 ~/