From d1dfea62c683ba091675352fff8517f57e56babf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Thu, 28 Jul 2022 21:38:10 +0200 Subject: [PATCH 1/2] Update zsh_custom.sh --- zsh_custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh_custom.sh b/zsh_custom.sh index d810b8c..d636e57 100644 --- a/zsh_custom.sh +++ b/zsh_custom.sh @@ -3,4 +3,4 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install. wget https://raw.githubusercontent.com/BreizhHardware/post_install/main/.zshrc cp .zshrc ~/.zshrc git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions -git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting \ No newline at end of file +git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting From f4136025b8e0efffc0a45b41ffd8bae493aea708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Thu, 28 Jul 2022 21:42:16 +0200 Subject: [PATCH 2/2] Update zsh_custom.sh --- zsh_custom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh_custom.sh b/zsh_custom.sh index d636e57..10bd8d9 100644 --- a/zsh_custom.sh +++ b/zsh_custom.sh @@ -4,3 +4,4 @@ wget https://raw.githubusercontent.com/BreizhHardware/post_install/main/.zshrc cp .zshrc ~/.zshrc git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting +rm -rf .zshrc