From aa648c90ff6d13d446855e3461edabca9e9122e1 Mon Sep 17 00:00:00 2001 From: Ryan Bakkes Date: Sat, 27 Aug 2022 19:29:48 +0200 Subject: [PATCH] zsh install --- src/Oh-My-ZSH(TO-DO).sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Oh-My-ZSH(TO-DO).sh b/src/Oh-My-ZSH(TO-DO).sh index f3f8e5a..65a4beb 100644 --- a/src/Oh-My-ZSH(TO-DO).sh +++ b/src/Oh-My-ZSH(TO-DO).sh @@ -1,2 +1,9 @@ +# install ZSH sudo apt install zsh -y -sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -y + +# Get oh my zsh and switch to zsh +wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh +cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc + +# recompile zsh +source ~/.zshrc \ No newline at end of file