Skip to content

Commit

Permalink
Use Brave nightly (sync v2 available)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawang35 committed Jun 12, 2020
1 parent 51f2919 commit 84e7bf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .config/brew/Brewfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/services'

tap 'mongodb/brew'
Expand Down Expand Up @@ -47,8 +48,8 @@ brew 'z'
cask 'docker'
cask 'dozer'
cask 'font-saucecodepro-nerd-font'
cask 'google-chrome'
cask 'hammerspoon'
cask 'brave-browser-nightly'
cask 'karabiner-elements'
cask 'kitty'
cask 'miniconda'
Expand Down
2 changes: 1 addition & 1 deletion .hammerspoon/applications.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local function applications(hyper)
end

hs.hotkey.bind(hyper, '`', function () launch('Kitty') end)
hs.hotkey.bind(hyper, '1', function () launch('Google Chrome') end)
hs.hotkey.bind(hyper, '1', function () launch('Brave Browser Nightly') end)

applicationModal:bind('', 'escape', function () applicationModal:exit() end)
applicationModal:bind(hyper, 'm', function () launch('Messages') end)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following application shortcuts are used:
| Keys | Application |
|:------------------------------:| ------------- |
| <kbd>Hyper</kbd>+<kbd>\`</kbd> | Kitty |
| <kbd>Hyper</kbd>+<kbd>1</kbd> | Google Chrome |
| <kbd>Hyper</kbd>+<kbd>1</kbd> | Brave Browser |

#### Application Mode

Expand Down

0 comments on commit 84e7bf3

Please sign in to comment.