From 8000dab08ac31c5f7a3b3c94e1bb90b67d83777b Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 2 Jun 2014 16:01:46 +0200 Subject: [PATCH] dingen2 --- install | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 install diff --git a/install b/install deleted file mode 100755 index e44388c..0000000 --- a/install +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -cp -if `pwd`/.vimrc ~/.vimrc || true -cp -if `pwd`/.bashrc ~/.bashrc || true -cp -if `pwd`/muttrc ~/.mutt/muttrc || true -cp -if `pwd`/msmtp ~/.mutt/msmtp || true -cp -if `pwd`/offlineimaprc ~/.mutt/offlineimaprc || true -cp -if `pwd`/gpg-agent.conf ~/.gnupg/gpg-agent.conf || true -sudo cp -if `pwd`/sudo/mpd.conf /etc/mpd.conf || true -sudo cp -if `pwd`/sudo/settings.json /etc/transmission-daemon/settings.json || true -sudo cp -if `pwd`/gpg-agent.sh /etc/profile.d/gpg-agent.sh || true - -if [ "$1" = "-x" ] -then - echo 'Also copying X files for non headless' - mkdir -p ~/.i3 - cp -if `pwd`/i3/* ~/.i3/ || true - cp -if `pwd`/.xinitrc ~/.xinitrc || true - cp -if `pwd`/.Xresources ~/.Xresources || true -fi -- 2.20.1