Skip to content

Commit ab8c553

Browse files
fix brew files
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent c4e4af9 commit ab8c553

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

brew/Brewfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tap "homebrew/bundle"
33
tap "homebrew/core"
44
tap "denisidoro/tools"
55
tap "buo/cask-upgrade"
6-
tap "null-dev/firefox-profile-switcher"
6+
# tap "null-dev/firefox-profile-switcher"
77
# Manage your dotfiles across multiple machines, securely
88
# https://github.com/twpayne/chezmoi
99
brew "chezmoi"
@@ -38,21 +38,20 @@ brew "z"
3838
# brew "denisidoro/tools/navi"
3939
# An archey script for OS X. archey -c
4040
# https://obihann.github.io/archey-osx/
41-
4241
brew "archey"
4342
# The cross-shell prompt for astronauts
4443
# https://starship.rs/
4544
brew "starship"
4645
# https://formulae.brew.sh/formula/reattach-to-user-namespace
47-
brew "reattach-to-user-namespace"
46+
# brew "reattach-to-user-namespace"
4847
# https://obsidian.md/
4948
# cask "obsidian"
5049
if OS.mac?
5150
# --- Casks
5251
# https://www.mozilla.org/en-GB/firefox/
5352
cask "firefox"
5453
# https://brave.com/
55-
cask "brave-brovser"
54+
cask "brave-browser"
5655
# https://addons.mozilla.org/en-GB/firefox/addon/profile-switcher/
5756
brew "firefox-profile-switcher-connector"
5857
# https://www.opera.com/

brew/Brewfile.development

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tap "warrensbox/tap"
2-
tap "bats-core/bats-core"
1+
# tap "warrensbox/tap"
2+
# tap "bats-core/bats-core"
33
# https://developer.hashicorp.com/packer/tutorials/docker-get-started/get-started-install-cli
44
tap "hashicorp/tap"
55
# Process YAML documents from the CLI
@@ -16,7 +16,7 @@ brew "jq"
1616
# brew "bats-detik"
1717
# CloudFlare's PKI toolkit
1818
# https://github.com/cloudflare/cfssl
19-
brew "cfssl"
19+
# brew "cfssl"
2020
# Extendable version manager with support for Ruby, Node.js, Erlang & more
2121
# https://asdf-vm.com/#/
2222
# brew "asdf"
@@ -25,6 +25,7 @@ brew "cfssl"
2525
brew "nvm"
2626
# Python version management
2727
# https://github.com/pyenv/pyenv
28+
brew "xz"
2829
brew "pyenv"
2930
# Python dependency management tool
3031
# https://pipenv.pypa.io/en/latest/

0 commit comments

Comments
 (0)