Skip to content

Commit

Permalink
[brew] Move Docker and Colima to Brewfile.home
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Jul 3, 2024
1 parent c07b4e3 commit f909e5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,12 @@ brew "[email protected]"
brew "libunistring"
# Perl compatible regular expressions library
brew "pcre"
# Container runtimes on MacOS (and Linux) with minimal setup
brew "colima"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Top-like interface for container metrics
brew "ctop"
# Tool for exploring each layer in a docker image
brew "dive"
# Pack, ship and run any application as a lightweight container
brew "docker"
# Docker CLI plugin for extended build capabilities with BuildKit
brew "docker-buildx"
# Platform keystore credential helper for Docker
brew "docker-credential-helper"
# Perform least recently used (LRU) eviction of Docker images
brew "docuum"
# More intuitive version of du in rust
Expand Down
8 changes: 8 additions & 0 deletions Brewfile.home
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ tap "qmk/qmk"
brew "cargo-llvm-cov"
# Tool to obtain certs from Let's Encrypt and autoenable HTTPS
brew "certbot"
# Container runtimes on MacOS (and Linux) with minimal setup
brew "colima"
# Django/Jinja template indenter
brew "djhtml"
# Pack, ship and run any application as a lightweight container
brew "docker"
# Docker CLI plugin for extended build capabilities with BuildKit
brew "docker-buildx"
# Platform keystore credential helper for Docker
brew "docker-credential-helper"
# Command-line tools for fly.io services
brew "flyctl"
# Modern, extensible Python project management
Expand Down

0 comments on commit f909e5a

Please sign in to comment.