Skip to content

Commit

Permalink
fixes #3, use correct yabai homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
f1337 committed Mar 30, 2022
1 parent 2683966 commit aadde41
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "koekeishiya/formulae"
brew "ansible"
brew "asdf"
brew "autojump"
Expand All @@ -14,11 +15,11 @@ brew "gh"
brew "jq"
brew "mas"
brew "ponysay"
#brew "skhd", restart_service: true
brew "koekeishiya/formulae/skhd", restart_service: true
brew "terminal-notifier"
brew "thefuck"
brew "tig"
#brew "yabai", restart_service: true
brew "koekeishiya/formulae/yabai", restart_service: true
brew "zsh"
brew "zsh-autosuggestions"
brew "cjbassi/ytop/ytop"
Expand Down
21 changes: 19 additions & 2 deletions Brewfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
"revision": "262209f9a532621dfefd543f347ccee846d93932"
},
"homebrew/core": {
"revision": "c5edd122d0944820003cb00b0a749787f3f7cc36"
"revision": "23bb781b370b23eef77f8d261330c5f9583ac3ea"
},
"homebrew/services": {
"revision": "95c7ca2cb9c1bc03866994ecbb05fe3c2ad6a494"
},
"koekeishiya/formulae": {
"revision": "e611d2d1e400826ede4a68a5e8742033bd75a082"
}
},
"brew": {
Expand Down Expand Up @@ -628,6 +631,20 @@
}
}
}
},
"koekeishiya/formulae/yabai": {
"version": "4.0.0",
"bottle": false,
"options": {
"restart_service": true
}
},
"koekeishiya/formulae/skhd": {
"version": "0.3.5",
"bottle": false,
"options": {
"restart_service": true
}
}
},
"cask": {
Expand Down Expand Up @@ -850,7 +867,7 @@
"monterey": {
"HOMEBREW_VERSION": "3.4.4",
"HOMEBREW_PREFIX": "/opt/homebrew",
"Homebrew/homebrew-core": "c5edd122d0944820003cb00b0a749787f3f7cc36",
"Homebrew/homebrew-core": "23bb781b370b23eef77f8d261330c5f9583ac3ea",
"CLT": "13.3.0.0.1.1645755326",
"Xcode": "13.3",
"macOS": "12.1"
Expand Down

0 comments on commit aadde41

Please sign in to comment.