Skip to content

Instantly share code, notes, and snippets.

View okumud's full-sized avatar

Dai Okumura okumud

  • Osaka, Japan
  • 00:12 (UTC +09:00)
View GitHub Profile
@okumud
okumud / Dockerfile
Last active October 2, 2017 13:51
Documentation for the stackoverflow
FROM centos:7
#time setting
RUN \cp -fp /usr/share/zoneinfo/Japan /etc/localtime
#prepare
RUN yum install -y unzip
# Add yum repositories. (epel and remi)
RUN rpm -Uvh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
@okumud
okumud / settings.yml
Created August 31, 2023 00:14
github-nippou settings
format:
subject: '### %{subject}'
line: '* [%{title}](%{url}) by @[%{user}](https://github.com/%{user}) %{status}'
dictionary:
status:
merged: '**merged!**'
closed: '**closed!**'