Skip to content

Instantly share code, notes, and snippets.

View hidekuro's full-sized avatar
🏠
Working from home

hidekuro

🏠
Working from home
View GitHub Profile
@hidekuro
hidekuro / README.md
Last active November 13, 2018 18:02
php:7.2-fpm-alpine + nginx:stable-alpine on k8s 検証用リソース

how to reproduce

  1. minikube start --memory 4096
  2. minikube addons enable ingress
  3. minikube ip ... shown ip append to /etc/hosts with host name issue.test.internal
  4. kubectl -f resources.yaml apply
  5. access http://issue.test.internal/info.php
@hidekuro
hidekuro / iceberg.json
Last active September 23, 2020 07:37 — forked from kshimi/iceberg.json
Iceberg color scheme for Windows Terminal
{
"name": "Iceberg",
"foreground": "#c6c8d1",
"background": "#161821",
"black": "#161821",
"red": "#e27878",
"green": "#b4be82",
"yellow": "#e2a478",
"blue": "#84a0c6",
"purple": "#a093c7",