1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00

brewfile updates

This commit is contained in:
Jake Jarvis 2021-03-30 20:02:18 -04:00
parent 3a53eb7fe0
commit d6318d81dd
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
4 changed files with 34 additions and 0 deletions

View File

@ -108,6 +108,7 @@ brew "azure-cli"
brew "bat" brew "bat"
brew "caddy" brew "caddy"
brew "carthage" brew "carthage"
brew "certbot"
brew "cli53" brew "cli53"
brew "cloudflare/cloudflare/cloudflared" brew "cloudflare/cloudflare/cloudflared"
brew "cocoapods" brew "cocoapods"
@ -115,6 +116,7 @@ brew "composer"
brew "dart-lang/dart/dart" brew "dart-lang/dart/dart"
brew "deno" brew "deno"
brew "dive" brew "dive"
brew "docker-credential-helper-ecr"
brew "doctl" brew "doctl"
brew "elixir" brew "elixir"
brew "erlang" brew "erlang"
@ -147,6 +149,7 @@ brew "netcat"
brew "openvpn" brew "openvpn"
brew "optipng" brew "optipng"
brew "packer" brew "packer"
brew "pandoc"
brew "php" brew "php"
brew "pkg-config" brew "pkg-config"
brew "pngcheck" brew "pngcheck"
@ -187,6 +190,7 @@ brew "wp-cli"
brew "xz" brew "xz"
brew "yarn" brew "yarn"
brew "youtube-dl" brew "youtube-dl"
brew "yq"
brew "yuicompressor" brew "yuicompressor"
brew "zopfli" brew "zopfli"

28
docker/config.json Normal file
View File

@ -0,0 +1,28 @@
{
"experimental" : "disabled",
"stackOrchestrator" : "swarm",
"credHelpers" : {
"public.ecr.aws" : "ecr-login",
"gcr.io" : "gcloud",
"staging-k8s.gcr.io" : "gcloud",
"us.gcr.io" : "gcloud",
"asia.gcr.io" : "gcloud",
"marketplace.gcr.io" : "gcloud",
"eu.gcr.io" : "gcloud"
},
"auths" : {
"ghcr.io" : {
},
"gcr.io" : {
},
"registry.digitalocean.com" : {
},
"https://index.docker.io/v1/" : {
}
},
"credsStore" : "desktop"
}

1
docker/daemon.json Normal file
View File

@ -0,0 +1 @@
{"experimental":false,"features":{"buildkit":true}}

View File

@ -20,6 +20,7 @@ packages=(
newman newman
nodemon nodemon
npm-check npm-check
pm2
postcss-cli postcss-cli
postcss postcss
prettier prettier