Skip to content

Commit 68bdd46

Browse files
author
Pablo Lezaeta
committed
install: map chrome flags and exclude non-config docs from stow copy (README.md)
1 parent 1243909 commit 68bdd46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ for MOD in "${MODULES[@]}"; do
102102
else
103103
echo "$TARGET/$srcfile"
104104
fi;;
105+
chrome-flags.conf)
106+
# Chrome flags (desktop module)
107+
echo "$TARGET/.config/chrome/chrome-flags.conf";;
105108
*)
106109
echo "$TARGET/$srcfile";;
107110
esac
@@ -145,6 +148,7 @@ for MOD in "${MODULES[@]}"; do
145148
# Copy module contents but exclude files at root that map to other locations and exclude etc/
146149
(cd "$(dirname "$MOD")" && rsync -a --exclude 'etc/' \
147150
--exclude 'config.fish' --exclude 'init.vim' --exclude 'settings.json' \
151+
--exclude 'config.json' --exclude 'chrome-flags.conf' --exclude 'README.md' \
148152
"$(basename "$MOD")/" "$TMP_MOD_DIR/$TMP_NAME/")
149153

150154
# Handle mapped root files (create proper XDG symlinks)

0 commit comments

Comments
 (0)