Difference between revisions of "Brew install"

From wikieduonline
Jump to navigation Jump to search
 
(17 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== Selected Packages ==
 
== Selected Packages ==
 +
 +
* <code>[[brew install chrome]]</code>
 +
* <code>[[brew install opera]]</code>
 +
 +
 
===[[AWS]]===
 
===[[AWS]]===
 
  <code>[[brew install awscli]]</code>
 
  <code>[[brew install awscli]]</code>
Line 18: Line 23:
 
  <code>[[brew install aws/tap/copilot-cli]]</code>
 
  <code>[[brew install aws/tap/copilot-cli]]</code>
 
  <code>[[brew install aws-encryption-cli]]</code>
 
  <code>[[brew install aws-encryption-cli]]</code>
 +
<code>[[brew install saml2aws]]</code>
  
 
===[[Google Cloud]]===
 
===[[Google Cloud]]===
Line 43: Line 49:
 
  <code>[[brew install eksctl]]</code>
 
  <code>[[brew install eksctl]]</code>
  
===[[DevOps]]===
+
=== [[DevOps]] ===
 
   <code>[[brew install iterm2]]</code>
 
   <code>[[brew install iterm2]]</code>
 
   <code>[[brew install terraform]]</code>
 
   <code>[[brew install terraform]]</code>
   <code>[[brew install tfsec]]</code>
+
   <code>[[brew install tfsec]] [[brew install tflint|tflint]]</code>
  <code>[[brew install tflint]]</code>
 
 
   <code>[[brew install tfswitch]]</code>
 
   <code>[[brew install tfswitch]]</code>
 
   <code>[[brew install terragrunt]]</code>
 
   <code>[[brew install terragrunt]]</code>
Line 64: Line 69:
 
   <code>[[brew]] install [[virt-manager]]</code>
 
   <code>[[brew]] install [[virt-manager]]</code>
 
   <code>[[brew install hyperkit]]</code>
 
   <code>[[brew install hyperkit]]</code>
 +
  <code>[[brew install earthly]]</code>
 +
 +
Passwords:
 
   <code>[[brew install macpass]]</code>
 
   <code>[[brew install macpass]]</code>
 +
  <code>[[brew install 1password]]</code>
 +
  
  <code>[[brew install wget]] [[brew install curl|curl]] [[brew install watch|watch]] [[brew install htop|htop]] [[brew install gsed|gsed]] [[brew install pv|pv]]</code>
+
  <code>[[brew install wget]] [[brew install curl|curl]] [[brew install watch|watch]] [brew install gsed|gsed]] [[brew install pv|pv]] [[brew install coreutils|coreutils]]</code>
  <code>[[brew install coreutils]]</code>
+
  <code>[[brew install htop|htop]] [[stress]]</code>
 
  <code>[[brew install tmux]]</code>
 
  <code>[[brew install tmux]]</code>
 
  <code>[[brew install byobu]]</code>
 
  <code>[[brew install byobu]]</code>
Line 74: Line 84:
  
 
  <code>[[brew install openshift-cli]]</code>
 
  <code>[[brew install openshift-cli]]</code>
 
  
 
== Containers ==
 
== Containers ==
Line 80: Line 89:
 
  <code>[[brew install crane]]</code>
 
  <code>[[brew install crane]]</code>
 
  <code>[[brew install podman]]</code>
 
  <code>[[brew install podman]]</code>
 +
 +
== Secrets ==
 +
[[brew install vault]]
  
 
== Networking ==
 
== Networking ==
 
  [[brew install nmap]]
 
  [[brew install nmap]]
 
  [[brew install mtr]]
 
  [[brew install mtr]]
 +
[[brew install tailscale]]
  
 
===[[Dev]]===
 
===[[Dev]]===
Line 103: Line 116:
 
  [[brew install tunnelblick]]
 
  [[brew install tunnelblick]]
  
=== Crypto ===
+
=== [[Crypto]] ===
 
  [[brew install geth]]
 
  [[brew install geth]]
 +
[[brew install solana]]
 
  [[brew install dogecoin]]
 
  [[brew install dogecoin]]
 
  [[brew install vertcoin]]
 
  [[brew install vertcoin]]
 +
[[brew install solidity]]
 +
[[brew install monero]]
 
  [[brew install --cask zecwallet-lite]]
 
  [[brew install --cask zecwallet-lite]]
  
Line 114: Line 130:
  
 
== [[IM]] ==
 
== [[IM]] ==
  [[brew install discord]]
+
[[brew install element]]
 +
  [[brew install discord]]  
 
  [[brew install telegram]]
 
  [[brew install telegram]]
 
  [[brew install whatsapp]]
 
  [[brew install whatsapp]]
Line 132: Line 149:
 
* <code>[[brew services start]]</code>
 
* <code>[[brew services start]]</code>
 
* [[Other software]]: [[Slack]], [[Chrome]], [[Docker]]
 
* [[Other software]]: [[Slack]], [[Chrome]], [[Docker]]
* [[brew install opera]]
 
 
* <code>[[pip install]]</code>
 
* <code>[[pip install]]</code>
 
* <code>[[make install]]</code>
 
* <code>[[make install]]</code>

Latest revision as of 13:05, 27 May 2024

brew install

Examples[edit]

Selected Packages[edit]


AWS[edit]

brew install awscli
brew install aws-sam-cli
brew install aws-iam-authenticator
brew install session-manager-plugin
brew install aws-shell
brew install amazon-ecs-cli
brew install aws/tap/copilot-cli
brew install aws-encryption-cli
brew install saml2aws

Google Cloud[edit]

brew install --cask google-cloud-sdk

Heroku[edit]

 brew tap heroku/brew && brew install heroku

Cloudflare[edit]

brew install cloudflared

Kubernetes[edit]

brew install kubernetes-cli
brew install krew
brew install Lens
brew install derailed/k9s/k9s
brew install minikube
brew tap atombender/ktail && brew install atombender/ktail/ktail
brew install istioctl
brew install helm
brew install argocd

EKS[edit]

brew install eks-node-viewer
brew install eksctl

DevOps[edit]

 brew install iterm2
 brew install terraform
 brew install tfsec tflint
 brew install tfswitch
 brew install terragrunt
 brew install ansible
 brew install ansible-lint
 brew install vagrant
 brew install gh
 brew install slsa-verifier
 brew install svn
 brew install hub
 brew install glab
 brew install filebeat
 brew install grafana
 brew install multipass
 brew install node_exporter
 brew install virt-manager
 brew install hyperkit
 brew install earthly

Passwords:

 brew install macpass
 brew install 1password


brew install wget curl watch [brew install gsed|gsed]] pv coreutils
htop stress
brew install tmux
brew install byobu
brew install autossh
brew install libpq
brew install openshift-cli

Containers[edit]

brew install skopeo
brew install crane
brew install podman

Secrets[edit]

brew install vault

Networking[edit]

brew install nmap
brew install mtr
brew install tailscale

Dev[edit]

brew install make
brew install nvm
brew install git
brew install pre-commit
brew install phpbrew
brew install python
brew install [email protected]
brew install go
brew install rust
brew install jq jid
brew install yarn

Misc[edit]

brew install spotify
brew install GrandPerspective
brew install tunnelblick

Crypto[edit]

brew install geth
brew install solana
brew install dogecoin
brew install vertcoin
brew install solidity
brew install monero
brew install --cask zecwallet-lite

Security[edit]

brew install gpg
brew install prowler

IM[edit]

brew install element
brew install discord 
brew install telegram
brew install whatsapp

macOS[edit]

brew install mas

Related[edit]

Errors[edit]


Activities[edit]

See also[edit]

Advertising: