aboutsummaryrefslogtreecommitdiff
path: root/zsh-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh-setup.sh')
-rw-r--r--zsh-setup.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/zsh-setup.sh b/zsh-setup.sh
new file mode 100644
index 0000000..83c2157
--- /dev/null
+++ b/zsh-setup.sh
@@ -0,0 +1,12 @@
+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
+
+
+mv .zshrc .p10k ~/