From 51eac842816b5f2ef826561773bffd839ca605bf Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 22 Dec 2012 21:52:41 +0200 Subject: [PATCH] rm cat.run --- cat.run | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 cat.run diff --git a/cat.run b/cat.run deleted file mode 100755 index 46b793b2..00000000 --- a/cat.run +++ /dev/null @@ -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 :