website/content/scripts.md

558 B

title description url aliases
Scripts This is my personal scripts collection and some documentation about it. /david/scripts
/scripts

Setup

You can either pipe to bash and install automatically

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.

git clone https://git.socialnerds.org/david/scripts.git
ln -s /from /to