rcs-general/README.md

12 lines
572 B
Markdown
Raw Normal View History

2022-03-12 11:45:36 +01:00
# 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
2022-03-12 12:16:09 +01:00
* `install.sh` script copies above files to their respective destinations;
* can be called with an argument, which will be used as user name (to be used with setup scripts).