From d84c863ef09d46342efe5ea1274dc18b058202c2 Mon Sep 17 00:00:00 2001 From: Nuno Sa Date: Fri, 19 Apr 2024 10:38:43 +0200 Subject: [PATCH] readme: add missing tools While at it, don't add all tools present in folder. Just add the folder with a short description. If something more detailed is ever needed, I can add docs in the specific folders. Signed-off-by: Nuno Sa --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54ec56b..abd5402 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,16 @@ This repo contains a set of miscalaneous tools/scripts and configuration files u | Tool/Config | Description | |--------------|--------------| |bashrc| bash specific helper | +|zsh/| zsh related configurations| +|commonrc| common configuration between bash and zsh| |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-series-push|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| +|remote-connect| freerdp based script to connect to a remote machine| +|git-series-push/| git-publish based tool for sending patcheseries| +|vscode/| vscode related bits| +|tmux/| tmux related configurations| # Contributions