rm cat.run

This commit is contained in:
Mika Suomalainen 2012-12-22 21:52:41 +02:00
parent b010d99904
commit 51eac84281
1 changed files with 0 additions and 15 deletions

15
cat.run
View File

@ -1,15 +0,0 @@
#!/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
cat gitconfig > ~/.gitconfig
cat vimrc > ~/.vimrc
mkdir -p ~/.gnupg
cat gpg.conf > ~/.gnupg/gpg.conf
cat xsessionrc > ~/.xsessionrc
cat pastebinit.xml > ~/.pastebinit.xml
chmod 644 ~/.oidentd.conf
chmod 711 ~
# vim : set ft=sh :