From 223bf0a6e8ab47d2dafbcc07e829023157c83481 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Tue, 30 Aug 2022 11:23:31 +0100 Subject: [PATCH] added package management --- zsh_install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zsh_install.sh b/zsh_install.sh index 8f4b8b0..92e8e26 100644 --- a/zsh_install.sh +++ b/zsh_install.sh @@ -10,8 +10,9 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install. sed -i 's/ZSH_THEME=.*/ZSH_THEME="bureau"/' ~/.zshrc -git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions - sed -i 's/plugins=(git)/plugins=(\ngit\nzsh-autosuggestions\n)/' ~/.zshrc +zsh -c "git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions" + + zsh