shell-things/.cat.sh
Mika Suomalainen 5440d29980 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.
2011-12-29 11:23:18 +02:00

6 lines
154 B
Bash

#!/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