Skip to content

Commit 7a0970d

Browse files
committed
build: Brewfile cleanup
1 parent 9c36e7c commit 7a0970d

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

Brewfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
tap "derailed/k9s"
22
tap "github/bootstrap"
3-
tap "homebrew/bundle"
43
tap "homebrew/core"
5-
tap "homebrew/services"
64
tap "jakehilborn/jakehilborn"
75
brew "age"
86
brew "gcc"
@@ -49,7 +47,6 @@ brew "hadolint"
4947
brew "hdf5" # File format designed to store large data
5048
brew "helm"
5149
brew "highlight"
52-
brew "hey"
5350
brew "maven"
5451
brew "ncurses"
5552
brew "htop"
@@ -67,6 +64,7 @@ brew "nghttp2" # HTTP/2 C Library
6764
brew "nmap"
6865
brew "node-build"
6966
brew "nodenv", args: ["HEAD"]
67+
brew "oha"
7068
brew "pandoc"
7169
brew "pidof"
7270
brew "pigz"
@@ -75,7 +73,6 @@ brew "pv" # pipe viewer
7573
brew "pyenv", args: ["HEAD"]
7674
brew "pyenv-ccache"
7775
brew "pyenv-virtualenv"
78-
brew "python@3.8"
7976
brew "qrencode"
8077
brew "ripgrep"
8178
brew "rsync"

macos_Brewfile

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
tap "d12frosted/emacs-plus"
22
tap "epk/epk"
33
tap "homebrew/cask"
4-
tap "homebrew/cask-fonts"
54
tap "jakehilborn/jakehilborn"
6-
brew "cask"
75
brew "cowsay"
86
brew "ghostscript"
97
brew "unbound", restart_service: true
@@ -53,47 +51,38 @@ brew "jakehilborn/jakehilborn/displayplacer"
5351
brew "d12frosted/emacs-plus/emacs-plus@30", args: ["with-elrumo2-icon", "with-imagemagick", "with-mailutils", "with-native-comp", "with-no-frame-refocus", "with-xwidgets", "with-poll", "with-dbus"]
5452
cask "adobe-acrobat-reader"
5553
cask "anki"
56-
cask "azure-data-studio"
5754
cask "background-music"
5855
cask "balenaetcher"
5956
cask "beekeeper-studio"
6057
cask "discord"
61-
cask "docker"
62-
cask "eloston-chromium"
58+
cask "ungoogled-chromium"
6359
cask "eul"
6460
cask "fiji"
6561
cask "firefox"
6662
cask "firefox@developer-edition"
6763
cask "font-sf-mono-nerd-font"
6864
cask "gimp"
69-
cask "google-cloud-sdk"
70-
cask "hacker-menu"
65+
cask "gcloud-cli"
7166
cask "hiddenbar"
7267
cask "iina"
7368
cask "inkscape"
7469
cask "iterm2"
7570
cask "karabiner-elements"
76-
cask "lastfm"
7771
cask "libreoffice"
78-
cask "logi-options-plus"
72+
cask "logi-options+"
7973
cask "mactex"
8074
cask "microsoft-auto-update"
8175
cask "microsoft-azure-storage-explorer"
8276
cask "microsoft-edge@dev"
8377
cask "microsoft-teams"
84-
cask "mitmproxy"
85-
cask "mmhmm"
8678
cask "monitorcontrol"
87-
cask "notion"
8879
cask "obs"
8980
cask "safari-technology-preview"
9081
cask "secretive"
9182
cask "signal"
92-
cask "slack@beta"
9383
cask "steam"
9484
cask "superduper"
9585
cask "suspicious-package"
96-
cask "temurin"
9786
cask "visual-studio-code@insiders"
9887
cask "vlc"
9988
cask "vscodium"

0 commit comments

Comments
 (0)