1
1
Fork 0

removed references to install_zsh.sh since its not part of this repo anymore

This commit is contained in:
david 2022-04-16 22:24:27 +02:00
parent e6a87e8357
commit 8da7ac62ed
1 changed files with 0 additions and 13 deletions

View File

@ -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.