diff --git a/.cat.sh b/.cat.sh new file mode 100644 index 00000000..2952a1c5 --- /dev/null +++ b/.cat.sh @@ -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