website/content/scripts.md

24 lines
558 B
Markdown

---
title: "Scripts"
description: "This is my personal scripts collection and some documentation about it."
url: /david/scripts
aliases: ["/scripts"]
---
- [Git repository](https://git.socialnerds.org/david/scripts)
- [testscript](testscript.sh)
## Setup
You can either pipe to bash and install automatically
```sh
curl -s https://socialnerds.org/scripts/install.sh | sudo bash
```
or clone the repository anywhere and link the scripts you like to use into your `$PATH`.
```sh
git clone https://git.socialnerds.org/david/scripts.git
ln -s /from /to
```