From 928609da2e15faa09478864621a248fe0bb9f1b7 Mon Sep 17 00:00:00 2001 From: Antoine Huguet <antoine.huguet@student-cs.fr> Date: Wed, 10 Feb 2021 13:50:36 +0100 Subject: [PATCH] cp change --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f3366ca..345761f 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -cp ./.zshrc ~/.zshrc +cp ~/shell-pics/.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 git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting -- GitLab