Skip to content

Instantly share code, notes, and snippets.

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

Mat Yos maurayonori

🏠
Working from home
View GitHub Profile
@maurayonori
maurayonori / zshrc_useful.sh
Created July 27, 2022 09:09 — forked from mollifier/zshrc_useful.sh
少し凝った zshrc
# 少し凝った zshrc
# License : MIT
# http://mollifier.mit-license.org/
########################################
# 環境変数
export LANG=ja_JP.UTF-8
# 色を使用出来るようにする
@maurayonori
maurayonori / file0.txt
Last active November 29, 2018 00:20
Windows10でRuby on Rails の環境構築 ref: https://qiita.com/yonori/items/f42ab868d4e1ab42d891
sudo sed -i -e 's%http://.*.ubuntu.com%http://ftp.jaist.ac.jp/pub/Linux%g' /etc/apt/sources.list
sudo apt update
sudo apt upgrade
<?php
switch(rand(0,9)) {
case 0:
case 1:
case 2:
$result = '凶';
break;
case 3:
case 4:
case 5: