Skip to content

Instantly share code, notes, and snippets.

@kevintraver
kevintraver / chrome.bash
Last active August 30, 2023 16:27
Open Google Chrome with New Profile
open -na /Applications/Google\ Chrome.app \
--args \
--user-data-dir=/tmp/Chrome/`date +%s` \
--no-default-browser-check --no-first-run \
--enable-devtools-experiments \
--disable-notifications