Profile configuration files (bashrc, vimrc, tmux.conf).
Go to file
2022-03-12 15:42:07 +01:00
bashrc Add shebang to bashrc 2022-03-12 15:42:07 +01:00
install.sh Revert "install.sh: adapt behviour when calling with argument" 2022-03-12 12:37:24 +01:00
README.md Revert "Update README" 2022-03-12 12:37:37 +01:00
tmux.conf Initial commit 2021-09-23 17:21:07 +02:00
vimrc vimrc test: add some rules to disable mouse interactions 2022-03-11 15:53: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

  • install.sh script copies above files to their respective destinations.