mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
remove style configs from installer
This commit is contained in:
parent
ec9557fc5c
commit
d86baa61ed
1 changed files with 1 additions and 1 deletions
2
install
2
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue