From 9dd4463d458e58e5a4f6acfb103ae3ca684f0849 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 12 Mar 2022 11:45:36 +0100 Subject: [PATCH] Set real README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b29722a..56940ee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# rcs-general -Profile configuration files. +# CLI tools setup/config files + +This repository contains setup or config files for generic CLI applications, such as our Bash shell or ViM. + +### Files +* `bashrc` is Bash startup setup script and should be installed at `~/.bashrc`. +* `vimrc` is ViM config script and should be installed at `~/.vimrc`. +* `tmux.conf` is tmux config file and should be installed at `~/.tmux.conf`. +#### Installation +* `install.sh` script copies above files to their respective destinations.