Skip to content

Instantly share code, notes, and snippets.

View mayocream's full-sized avatar
我が名はめぐみん。紅魔族随一の魔法の使い手にして、爆裂魔法を操りし者。我が力、見るがいい!エクスプロージョン!

Mayo Takanashi mayocream

我が名はめぐみん。紅魔族随一の魔法の使い手にして、爆裂魔法を操りし者。我が力、見るがいい!エクスプロージョン!
View GitHub Profile
@mayocream
mayocream / conf.user.json
Last active January 4, 2021 03:20
Typora
/** For advanced users. */
{
"defaultFontFamily": {
"standard": "Source Han Serif", //String - Defaults to "Times New Roman".
"serif": "Source Han Serif", // String - Defaults to "Times New Roman".
"sansSerif": "Source Han Sans", // String - Defaults to "Arial".
"monospace": "JetBrains Mono" // String - Defaults to "Courier New".
},
"autoHideMenuBar": false, //Boolean - Auto hide the menu bar unless the `Alt` key is pressed. Default is false.
@mayocream
mayocream / k8s-echo-test.yml
Last active September 1, 2020 08:13
k4k8s-test
apiVersion: v1
kind: Service
metadata:
labels:
app: echo
name: echo
spec:
ports:
- port: 80
name: public