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 :