From 63cd3baffcccd56dc31b8b7568881d05cfebd8d5 Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Sat, 25 Jul 2020 19:36:53 +0200 Subject: [PATCH] Add description of basic scripts from my linux machine --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 483cb28..c5b7a9b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,22 @@ Create, list or delete bare repos on git server. Edit your config and descriptio - Create, list, delete, edit hooks +#### autoscript + +Quickly setup the base to start writing scripts. +Supports crystal, python and bash (default) + + +#### initializeANSI + +Initialize a bunch of variables with ANSI colors and co. + + +#### glances + +top alternative + + ## MacOS