Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dotfiles/finicky.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default {
"i.cvs.com",
"l.klara.com",
"login.docker.com",
"login.nvidia.com",
"meet.google.com",
"myactivity.google.com",
"notcharlie.slack.com",
Expand All @@ -95,6 +96,7 @@ export default {
"{{@@ personal_gitea_hostname @@}}",
]),

/^https:\/\/[^/]*nvidia.com\/.*nvidia_account_management.*/,
/^https:\/\/[^/]*zoom\.us\/.*[?&]page_from=client(&|$)/,
/^https:\/\/calendly\.com\/omaras\//,
/^https:\/\/gitea\.com\/{{@@ public_gitea_username @@}}(\/|$)/,
Expand All @@ -106,7 +108,7 @@ export default {
"https://www.amazon.com/alexa-privacy/apd/rvh",

(url, { opener }) => {
// console.log(opener.bundleId)
// console.log("opener: " + JSON.stringify(opener))
return bundleIdsForHarmony.has(opener.bundleId)
},

Expand Down
1 change: 1 addition & 0 deletions script/lib/resources/Brewfile.mac
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ cask "lm-studio"
cask "logitech-camera-settings"
cask "lulu"
cask "marked"
cask "nvidia-geforce-now"
cask "obsidian"
cask "plexamp"
cask "pro-studio-masters"
Expand Down