This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"editor.wordSeparators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~? 、。「」【】『』()!?てにをはがのともへでや", | |
"latex-workshop.latex.tools": [ | |
{ | |
"name": "latexmk with latexmkrc", | |
"command": "latexmk", | |
"args": [ | |
"-synctex=1", | |
"-interaction=nonstopmode", | |
"-file-line-error", | |
"-outdir=%OUTDIR%", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
# Ref. | |
# - https://texwiki.texjp.org/?Latexmk#ke005cd5 | |
# Latexmk-upLaTeX の場合 | |
# latexmk -gg -pdfdvi foo.tex | |
# Latexmk-upLaTeX-pdfps の場合 | |
# latexmk -gg -pdfps foo.tex | |
# Latexmk-pdfLaTeX の場合 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# ================================================================ | |
# ・Rails appを生成し,github,travis,herokuと連携させます | |
# ・下記の準備が終わっていることを前提とします | |
# - ssh鍵の生成とgithubへの登録 | |
# - Create and register an SSH key for your github account | |
# - https://gist.github.com/acoulton/1969779 | |
# ================================================================ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# github-connect.sh | |
# ----------------- | |
# Copyright 2012 Andrew Coulton - released under the BSD licence | |
# | |
# A simple command line script to set up and register an SSH key against a | |
# user's github account - for example when provisioning a new virtual | |
# machine for a developer. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** Zsh & oh-my-zsh | |
- robbyrussell/oh-my-zsh | |
- https://github.com/robbyrussell/oh-my-zsh | |
- 'The manual way'参照 | |
- rbenv設定追加 | |
- emacs .zshrc | |
export PATH="$HOME/.rbenv/bin:$PATH" | |
eval "$(rbenv init -)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013/9/3 rails,Herokuメモ | |
- vagrantで仮想マシンをアップ | |
$ vagrant up | |
-- 3000番ポートのフォワード設定を確認 | |
- 仮想マシンに接続 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
chef.run_list = [ | |
"precise" | |
] | |
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' っ | |
- ー | |
; あん | |
[ 「 | |
] 」 | |
`, ‥ | |
`/ ・ | |
`; ; | |
`a ぁ | |
`b ← |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Berksfile b/Berksfile | |
index 6d86dcf..b4fe769 100644 | |
--- a/Berksfile | |
+++ b/Berksfile | |
@@ -2,3 +2,5 @@ site :opscode | |
metadata | |
cookbook 'git' | |
+cookbook 'ruby_build' | |
+cookbook 'rbenv', github: "fnichol/chef-rbenv" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Berksfile b/Berksfile | |
index c4bb297..6d86dcf 100644 | |
--- a/Berksfile | |
+++ b/Berksfile | |
@@ -1,3 +1,4 @@ | |
site :opscode | |
metadata | |
+cookbook 'git' |
NewerOlder