This file contains hidden or 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
## boot2docker | |
if command -v boot2docker &>/dev/null; then | |
if [ "$(boot2docker status 2> /dev/null)" = 'running' ]; then | |
export DOCKER_HOST=tcp://$(boot2docker ip 2>/dev/null):2375 | |
fi | |
compdef _boot2dockercmd boot2docker_wrapper | |
function _boot2dockercmd { | |
local -a cmds | |
if (( CURRENT == 2 ));then |
This file contains hidden or 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
# Make sure using latest Homebrew | |
update | |
# Update already-installed formula | |
upgrade | |
# Add Repository | |
tap caskroom/cask | |
tap homebrew/binary | |
tap homebrew/completions |
This file contains hidden or 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
*markdown-cheat-sheet.jax* Markdown カンニングペーパー | |
作者: Kyo Nagashima <[email protected]> | |
バージョン: 0.04 | |
説明: Markdown 記法のカンニングペーパーです。 | |
1. 記法の例 |markdown-cheat-sheet-examples| | |
1.1 段落 |markdown-cheat-sheet-paragraph| | |
1.2 改行 |markdown-cheat-sheet-linebreak| | |
1.3 テキストの強調 |markdown-cheat-sheet-emphasis| |
- 参考:Gitの基本操作をドリル形式で学べる『githug』をインストール&実践してみた
- ソースコード:Gazler/githug
- git の基本操作を、小学校の算数ドリルとかみたいに学べる教材
- gem install githug すれば使える
- excludesfile = ~/.gitignore とかを設定していると課題の環境構築でコケてる可能性があるので注意すること
githug の問題で利用するコマンド
NewerOlder