From c53d8671be7c818f74d520d5facc0bd298aa7b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20S=C3=A1?= Date: Fri, 3 Feb 2023 10:33:28 +0100 Subject: [PATCH] README: update file List (with some description) all supported configurations and tools. Signed-off-by: Nuno Sa --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 537d60c..f3f2a4c 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# Tools \ No newline at end of file +# Tools + +This repo contains a set of miscalaneous tools/scripts and configuration files used at work and on my personal machines: + +| Tool/Config | Description | +|--------------|--------------| +|bashrc| bash specific helper | +|screenrc| screen config file | +|svn_helper| legacy script for when I used svn :facepalm:| +|sync_db.sh| legacy script for syncronizing my keepass file in dropbox| +|vimrc| vim config file| +|git_publish.sh|helper script for sending linux patches| +|build.sh|Vscode script to build linux. Very specific for my job workflow| +|settings.json_linux|Vscode Linux settings template| +|tasks.json|Vscode custom tasks template| + +# Contributions + +Happy to take PRs if anyone finds some of these helpful and wants to improve them...