Added hidden .cat.sh to automatically cat these files to correct places.

This script is hidden, because it shouldn't be used unless the user
is fully sure about what he/she is doing, because it can cause data
loss by overwriting all bashrc, zshrc and tmux.conf.
This commit is contained in:
Mika Suomalainen 2011-12-29 11:23:18 +02:00
parent f6b8bbdd53
commit 5440d29980
1 changed files with 5 additions and 0 deletions

5
.cat.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Do not use this script unless you know what you are doing!
cat bashrc > ~/.bashrc
cat tmux.conf > ~/.tmux.conf
cat zshrc > ~/.zshrc