File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments