Skip to content

Instantly share code, notes, and snippets.

@TEVASAKI
TEVASAKI / file0.txt
Last active August 29, 2015 14:10
ZSH の最新版をbuild したいぞー ref: http://qiita.com/TEVASAKI/items/c89780de1936cab4f888
yum groupinstall 'Development tools'
yum install git
mkdir src
cd src
git clone git://git.code.sf.net/p/icmake/code icmake
cd icmake/icmake
@TEVASAKI
TEVASAKI / file0.bat
Last active August 29, 2015 14:09
Nexus7(2012) にLolipop ば入れる! ref: http://qiita.com/TEVASAKI/items/2684e096e809cae00860
cinst java.jdk
cinst android-sdk
@TEVASAKI
TEVASAKI / file0.bat
Last active August 29, 2015 14:07
PandocでMarkdown からHTML5へ。テンプレート指定で思った通りの書式にするラクをする(? ref: http://qiita.com/TEVASAKI/items/c97815f5fb6542bbeb2c
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
@TEVASAKI
TEVASAKI / github.css
Last active August 29, 2015 14:07 — forked from theconektd/github.css
@charset "utf-8";
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px;