From 8da7ac62edd3d7ba5d4fac228a893cb7089fe304 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 16 Apr 2022 22:24:27 +0200 Subject: [PATCH] removed references to install_zsh.sh since its not part of this repo anymore --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 2a70025..2b05ea9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ My personal collection of handy scripts. mostly bash. - [restic_backup.sh](#restic_backup.sh) -- [setup_zsh.sh](#setup_zsh.sh) ## restic_backup.sh @@ -49,15 +48,3 @@ or using cron. ``` Happy backuping! :-) - ---- - -## setup_zsh.sh - -> One-line installer for zsh, oh-my-zsh and various zsh plugins. - -```bash -curl -fsSL https://socialg.it/david/scripts/raw/master/setup_zsh.sh | bash -``` - -It is still highly experimental and will probably fail on your system.