Skip to content

Commit 7080e2f

Browse files
fix(brew): mistakes in Brewfile
1 parent e65a0b5 commit 7080e2f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

_macos/Brewfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
cask_args appdir: '/Applications'
66

77
# Taps (third-party repositories)
8-
tap 'homebrew/cask'
98
tap 'koekeishiya/formulae' # yabai
109
tap 'pkgxdev/made'
1110
tap 'dustinblackman/tap'
1211
tap 'go-task/tap'
12+
tap 'joshmedeski/sesh'
13+
tap '1password/tap'
1314

1415
# system
1516
brew 'zsh-autosuggestions'
@@ -26,7 +27,6 @@ cask 'font-noto-color-emoji'
2627
cask 'font-noto-emoji'
2728

2829
# terminal cli tools
29-
brew '1password-cli'
3030
brew 'asciinema'
3131
brew 'atuin'
3232
brew 'bash'
@@ -46,7 +46,7 @@ brew 'tree'
4646
brew 'yq'
4747
brew 'zoxide'
4848
brew 'opentofu' # terraform
49-
brew 'brew install dustinblackman/tap/oatmeal'
49+
brew 'dustinblackman/tap/oatmeal'
5050

5151
# slides
5252
brew 'slides'
@@ -98,6 +98,7 @@ cask 'pgadmin4'
9898
brew 'mysql-client' # provides mysql
9999

100100
# ui apps
101+
cask '1password-cli'
101102
cask 'appcleaner'
102103
cask 'wezterm'
103104
cask 'visual-studio-code'

0 commit comments

Comments
 (0)