1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

remove style configs from installer

This commit is contained in:
Connor Olding 2017-11-05 19:07:04 +00:00
parent ec9557fc5c
commit d86baa61ed

View File

@ -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"