mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(brew): migrate from Docker to Podman
This commit is contained in:
18
Brewfile
18
Brewfile
@@ -111,10 +111,6 @@ brew "ctags"
|
|||||||
brew "curl"
|
brew "curl"
|
||||||
# Good-lookin' diffs with diff-highlight and more
|
# Good-lookin' diffs with diff-highlight and more
|
||||||
brew "diff-so-fancy"
|
brew "diff-so-fancy"
|
||||||
# Isolated development environments using Docker
|
|
||||||
brew "docker-compose"
|
|
||||||
# Create Docker hosts locally and on cloud providers
|
|
||||||
brew "docker-machine", restart_service: true
|
|
||||||
# More intuitive version of du in rust
|
# More intuitive version of du in rust
|
||||||
brew "dust"
|
brew "dust"
|
||||||
# Collection of reusable C++ library artifacts developed at Facebook
|
# Collection of reusable C++ library artifacts developed at Facebook
|
||||||
@@ -321,6 +317,10 @@ brew "pipx"
|
|||||||
brew "pngpaste"
|
brew "pngpaste"
|
||||||
# Fast, disk space efficient package manager
|
# Fast, disk space efficient package manager
|
||||||
brew "pnpm"
|
brew "pnpm"
|
||||||
|
# Tool for managing OCI containers and pods
|
||||||
|
brew "podman"
|
||||||
|
# Alternative to docker-compose using podman
|
||||||
|
brew "podman-compose"
|
||||||
# Object-relational database system
|
# Object-relational database system
|
||||||
brew "postgresql@14"
|
brew "postgresql@14"
|
||||||
# Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
|
# Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
|
||||||
@@ -447,6 +447,8 @@ cask "alt-tab"
|
|||||||
cask "angry-ip-scanner"
|
cask "angry-ip-scanner"
|
||||||
# Webcam & audio device software
|
# Webcam & audio device software
|
||||||
cask "ankerwork"
|
cask "ankerwork"
|
||||||
|
# Memory training application
|
||||||
|
cask "anki"
|
||||||
# Application uninstaller
|
# Application uninstaller
|
||||||
cask "appcleaner"
|
cask "appcleaner"
|
||||||
# Chromium based browser
|
# Chromium based browser
|
||||||
@@ -482,8 +484,6 @@ cask "deepl"
|
|||||||
cask "devonthink"
|
cask "devonthink"
|
||||||
# Voice and text chat software
|
# Voice and text chat software
|
||||||
cask "discord"
|
cask "discord"
|
||||||
# App to build and share containerised applications and microservices
|
|
||||||
cask "docker"
|
|
||||||
# Client for the Dropbox cloud storage service
|
# Client for the Dropbox cloud storage service
|
||||||
cask "dropbox"
|
cask "dropbox"
|
||||||
# Collaborative team software
|
# Collaborative team software
|
||||||
@@ -522,6 +522,8 @@ cask "hammerspoon"
|
|||||||
cask "handbrake"
|
cask "handbrake"
|
||||||
# Create presentation slides from a Markdown document
|
# Create presentation slides from a Markdown document
|
||||||
cask "ia-presenter"
|
cask "ia-presenter"
|
||||||
|
# Free and open-source media player
|
||||||
|
cask "iina"
|
||||||
# Tool to optimise images to a smaller size
|
# Tool to optimise images to a smaller size
|
||||||
cask "imageoptim"
|
cask "imageoptim"
|
||||||
# Tool to scan a website checking for broken links
|
# Tool to scan a website checking for broken links
|
||||||
@@ -570,6 +572,8 @@ cask "ollamac"
|
|||||||
cask "philips-hue-sync"
|
cask "philips-hue-sync"
|
||||||
# Colour picker for colours onscreen
|
# Colour picker for colours onscreen
|
||||||
cask "pika"
|
cask "pika"
|
||||||
|
# Browse, manage, inspect containers and images
|
||||||
|
cask "podman-desktop"
|
||||||
# Client for Proton Drive
|
# Client for Proton Drive
|
||||||
cask "proton-drive"
|
cask "proton-drive"
|
||||||
# Bridges Proton Mail to email clients supporting IMAP and SMTP protocols
|
# Bridges Proton Mail to email clients supporting IMAP and SMTP protocols
|
||||||
@@ -632,6 +636,7 @@ cask "whatroute"
|
|||||||
cask "zed"
|
cask "zed"
|
||||||
mas "1-Click Video Converter", id: 717545086
|
mas "1-Click Video Converter", id: 717545086
|
||||||
mas "Aiko", id: 1672085276
|
mas "Aiko", id: 1672085276
|
||||||
|
mas "Amphetamine", id: 937984704
|
||||||
mas "Day One", id: 1055511498
|
mas "Day One", id: 1055511498
|
||||||
mas "Deliveries", id: 290986013
|
mas "Deliveries", id: 290986013
|
||||||
mas "Draw Things", id: 6444050820
|
mas "Draw Things", id: 6444050820
|
||||||
@@ -649,6 +654,7 @@ mas "Mela", id: 1568924476
|
|||||||
mas "MindNode", id: 1289197285
|
mas "MindNode", id: 1289197285
|
||||||
mas "Numbers", id: 409203825
|
mas "Numbers", id: 409203825
|
||||||
mas "Pages", id: 409201541
|
mas "Pages", id: 409201541
|
||||||
|
mas "Pure Paste", id: 1611378436
|
||||||
mas "Reeder", id: 1529448980
|
mas "Reeder", id: 1529448980
|
||||||
mas "Save to Raindrop.io", id: 1549370672
|
mas "Save to Raindrop.io", id: 1549370672
|
||||||
mas "Smart Converter", id: 447513724
|
mas "Smart Converter", id: 447513724
|
||||||
|
|||||||
Reference in New Issue
Block a user