1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-09-28 14:11:25 -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')" backup_dir="$rc/backup-$(date '+%s')"
for f in .bashrc .zshrc .-shrc .streamcrap .ea .vimrc \ for f in .bashrc .zshrc .-shrc .streamcrap .ea .vimrc \
.inputrc .Xresources .screenrc .indent.pro .uncrustify.cfg; do .inputrc .Xresources .screenrc; do
dotless "$f" dotless "$f"
r="$rc/home/$REPLY" r="$rc/home/$REPLY"
hardlink "$f" "$r" hardlink "$f" "$r"