more git/docker/http CLI friendly tools/aliases
- also thank you Kevin
This commit is contained in:
8
Brewfile
8
Brewfile
@ -15,6 +15,10 @@ tap "instrumenta/instrumenta" # provides kubeval
|
||||
tap "weaveworks/tap" # provides eksctl
|
||||
tap "b4b4r07/tap" # provides gomi a replacement for rm command
|
||||
tap "eddieantonio/eddieantonio" # provides imgcat, cat but for images
|
||||
tap "jesseduffield/lazygit" # provides lazygit, simple terminal UI for git commands
|
||||
tap "jesseduffield/lazydocker" # provides lazydocker, simple terminal UI for managnig docker
|
||||
tap "skanehira/docui" # provides docui, simple terminal UI for creating/configuring docker services
|
||||
|
||||
cask "java"
|
||||
cask "iterm2"
|
||||
cask "zoomus"
|
||||
@ -169,3 +173,7 @@ brew "kubeval" # linter for kubernetes config files
|
||||
brew "eksctl"
|
||||
brew "gomi" # replacement for rm command
|
||||
brew "imgcat" # cat for images
|
||||
brew "lazygit" # simple terminal UI for git commands
|
||||
brew "lazydocker" # simple terminal UI for managing docker
|
||||
brew "docui" # simple terminal UI for creating/configuring docker services
|
||||
brew "httpie" # provides http - a command line HTTP client that will make you smile.
|
||||
|
Reference in New Issue
Block a user