mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
brewfile tweaks
This commit is contained in:
parent
20a4e5b6ac
commit
4c4ec6d335
@ -27,7 +27,7 @@ brew "pyenv-virtualenv" # Python virtualenvs
|
|||||||
brew "ruby" # Newer than default ruby
|
brew "ruby" # Newer than default ruby
|
||||||
brew "ansible" # Deploy to local server
|
brew "ansible" # Deploy to local server
|
||||||
brew "terraform" # Deploy cloud infra
|
brew "terraform" # Deploy cloud infra
|
||||||
brew "node" # Ugh, nodejs
|
brew "node" # Ugh, nodejs (for Vim CoC)
|
||||||
brew "packer" # Build deployment images
|
brew "packer" # Build deployment images
|
||||||
brew "gpg" # Encryption
|
brew "gpg" # Encryption
|
||||||
brew "qrencode" # Make a QR code
|
brew "qrencode" # Make a QR code
|
||||||
@ -45,10 +45,8 @@ tap "cjbassi/ytop" # Fancy system performance
|
|||||||
brew "cjbassi/ytop/ytop"
|
brew "cjbassi/ytop/ytop"
|
||||||
|
|
||||||
# Not Installed
|
# Not Installed
|
||||||
# git -- already installed
|
|
||||||
# pulumi
|
# pulumi
|
||||||
# awscli
|
# awscli
|
||||||
# saulpw/vd/visidata
|
# saulpw/vd/visidata
|
||||||
# brew tap weaveworks/tap && brew install weaveworks/tap/eksctl (EKS on AWS)
|
# brew tap weaveworks/tap && brew install weaveworks/tap/eksctl (EKS on AWS)
|
||||||
# glances (top)
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user