1
1
Fork 0
scripts/README.md

15 lines
305 B
Markdown
Raw Normal View History

# scripts
_My personal collection of handy scripts. mostly bash._
2020-06-22 09:19:15 +02:00
2018-10-08 20:31:38 +02:00
## setup_zsh.sh
2018-05-13 19:36:41 +02:00
One-line installer for zsh, oh-my-zsh and various zsh plugins.
```
curl -fsSL https://socialg.it/david/scripts/raw/master/setup_zsh.sh | bash
```
2018-10-08 20:31:38 +02:00
It is still highly experimental and will probably fail on your system.
2018-05-13 19:36:41 +02:00