Skip to content

Commit

Permalink
Use arc on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Jul 4, 2024
1 parent a902fe2 commit 06858a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion home/hammerspoon/config/applications.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local applications = {
name = "Alacritty",
},
browser = {
name = "Brave Browser",
name = "Arc",
},
email = {
name = "Mail",
Expand Down
2 changes: 2 additions & 0 deletions system/darwin/mba/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
casks = [
"1password"
"alacritty"
"arc"
"barrier"
"brave-browser"
"dash"
Expand Down Expand Up @@ -37,6 +38,7 @@
];
taps = [
"homebrew/cask-versions"
"D12frosted/emacs-plus"
];
masApps = {
DaisyDisk = 411643860;
Expand Down

0 comments on commit 06858a8

Please sign in to comment.