Skip to content

Commit

Permalink
fix brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Feb 20, 2024
1 parent 2308f4a commit 91f5224
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ tap "homebrew/cask-fonts"
tap "homebrew/command-not-found"
tap "neovim/neovim"
tap "weaveworks/tap"
brew "Azure/kubelogin/kubelogin"
brew "automake"
brew "aws/tap/ec2-instance-selector"
brew "azure-cli"
brew "bash"
brew "bashdb"
brew "bpytop"
Expand Down Expand Up @@ -37,6 +39,7 @@ brew "grpcurl"
brew "hacker1024/hacker1024/coretemp"
brew "hyperkit", link: false
brew "kube-ps1"
brew "kubectx"
brew "lastpass-cli"
brew "mkcert"
brew "moreutils"
Expand Down Expand Up @@ -71,7 +74,6 @@ cask "lastpass"
cask "maccy"
cask "macmediakeyforwarder"
cask "postman"
cask "robo-3t"
cask "sublime-text"
cask "visual-studio-code"
cask "vlc"
Expand Down
66 changes: 64 additions & 2 deletions Brewfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2266,11 +2266,73 @@
}
}
}
},
"azure/kubelogin/kubelogin": {
"version": "0.1.0",
"bottle": false
},
"azure-cli": {
"version": "2.57.0",
"bottle": {
"rebuild": 0,
"root_url": "https://ghcr.io/v2/homebrew/core",
"files": {
"arm64_sonoma": {
"cellar": ":any",
"url": "https://ghcr.io/v2/homebrew/core/azure-cli/blobs/sha256:53f857b05951e2fd6be2aee16bb32f229806cfbcd1915985cf0df8ed8e6b92d0",
"sha256": "53f857b05951e2fd6be2aee16bb32f229806cfbcd1915985cf0df8ed8e6b92d0"
},
"arm64_ventura": {
"cellar": ":any",
"url": "https://ghcr.io/v2/homebrew/core/azure-cli/blobs/sha256:38a7286939d8ee0d896392f721f7bf1eba8e6a3e62ff8f264631bea0b2f1d88e",
"sha256": "38a7286939d8ee0d896392f721f7bf1eba8e6a3e62ff8f264631bea0b2f1d88e"
},
"arm64_monterey": {
"cellar": ":any",
"url": "https://ghcr.io/v2/homebrew/core/azure-cli/blobs/sha256:a90caa638e02fedd4882796fc13f374bf1cd4447d527847853a8f1a97033f133",
"sha256": "a90caa638e02fedd4882796fc13f374bf1cd4447d527847853a8f1a97033f133"
},
"sonoma": {
"cellar": ":any",
"url": "https://ghcr.io/v2/homebrew/core/azure-cli/blobs/sha256:1f85ef772f40acd873e6b9b39a42324c9fe09b90ace5cfcfd31d0ea0a29df7de",
"sha256": "1f85ef772f40acd873e6b9b39a42324c9fe09b90ace5cfcfd31d0ea0a29df7de"
},
"ventura": {
"cellar": ":any",
"url": "https://ghcr.io/v2/homebrew/core/azure-cli/blobs/sha256:179f71efecefc711b9df383328f1f24a5c08b48e1f0f1ccb93aef2ae8224ac0c",
"sha256": "179f71efecefc711b9df383328f1f24a5c08b48e1f0f1ccb93aef2ae8224ac0c"
},
"monterey": {
"cellar": ":any",
"url": "https://ghcr.io/v2/homebrew/core/azure-cli/blobs/sha256:d73b8035ee7d9b7063c13f64f48e6ed931bcec3e10e248daff7e0cf46b413265",
"sha256": "d73b8035ee7d9b7063c13f64f48e6ed931bcec3e10e248daff7e0cf46b413265"
},
"x86_64_linux": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/azure-cli/blobs/sha256:1e7dea5a59fc4423c8fe25ca9f3b15eb4e1f26a04e986ff097236c6d84bb61ed",
"sha256": "1e7dea5a59fc4423c8fe25ca9f3b15eb4e1f26a04e986ff097236c6d84bb61ed"
}
}
}
},
"kubectx": {
"version": "0.9.5",
"bottle": {
"rebuild": 1,
"root_url": "https://ghcr.io/v2/homebrew/core",
"files": {
"all": {
"cellar": ":any_skip_relocation",
"url": "https://ghcr.io/v2/homebrew/core/kubectx/blobs/sha256:605e0eab94d6af055cc25cc91c6bda597d360e55fb7b8cd0d6d2aa678a991782",
"sha256": "605e0eab94d6af055cc25cc91c6bda597d360e55fb7b8cd0d6d2aa678a991782"
}
}
}
}
},
"cask": {
"adobe-acrobat-reader": {
"version": "23.008.20470",
"version": "23.008.20533",
"options": {
"full_name": "adobe-acrobat-reader"
}
Expand Down Expand Up @@ -2394,7 +2456,7 @@
"system": {
"macos": {
"sonoma": {
"HOMEBREW_VERSION": "4.2.7",
"HOMEBREW_VERSION": "4.2.8",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "api",
"CLT": "15.1.0.0.1.1700200546",
Expand Down

0 comments on commit 91f5224

Please sign in to comment.