My general shell environment.
apt-get update
apt-get install git -y
git clone https://github.com/HenryEscobar/shellEnvironment.git
| Filename | Description | Comments |
|---|---|---|
| INSTALL.sh | install these files | make backups, and create hardlinks in ~/ |
| README.md | What your are reading | |
| ~/.bashrc | bash config file | Nothing Special. source ~/.bashrc-local |
| .ssh/config | set tumux title as I ssh | titles to match hosts |
| .screenrc | screen configuration | left for legacy reasons |
| .tmux.conf | tmux config | use cntl-a. some other minor custimizations |
| .tmux.reset | tmux default config | default tmux. used to reset conf at reload |