From c091b6da0453087f0f503cead69582fad0a36ebd Mon Sep 17 00:00:00 2001 From: Antoine Huguet <antoine.huguet@student-cs.fr> Date: Wed, 10 Feb 2021 13:46:30 +0100 Subject: [PATCH] saaame --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 1566bc7..f3366ca 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,3 @@ -sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" cp ./.zshrc ~/.zshrc git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions -- GitLab