more git/docker/http CLI friendly tools/aliases

- also thank you Kevin
This commit is contained in:
MorganGeek
2020-03-06 12:19:52 +01:00
parent dd01934403
commit a111ae0168
6 changed files with 39 additions and 4 deletions

View File

@ -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.