From d86baa61edca0005cf532b90a2d4fbfdf5b45ddb Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 5 Nov 2017 19:07:04 +0000 Subject: [PATCH] remove style configs from installer --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index a615c54..3ffdd20 100755 --- a/install +++ b/install @@ -104,7 +104,7 @@ PATH="${PATH:?No existing PATH}:$rc/sh" backup_dir="$rc/backup-$(date '+%s')" for f in .bashrc .zshrc .-shrc .streamcrap .ea .vimrc \ - .inputrc .Xresources .screenrc .indent.pro .uncrustify.cfg; do + .inputrc .Xresources .screenrc; do dotless "$f" r="$rc/home/$REPLY" hardlink "$f" "$r"