memo.xight.org

日々のメモ

oh-my-zsh + zsh-completions

Summary

oh-my-zsh と zsh-completions[2013-09-05-1] を組み合わせて使っている。
$HOME/.zcompdump と $HOME/.zcompdump-HOSTNAME-5.0.2 の
2つの補完用のファイルが作成されてしまっていた。

原因は、 oh-my-zsh.sh 内と、自前の .oh-my-zsh/custom/XXX.zsh 内とで、
compinit を2回呼び出しているため。

oh-my-zsh.sh 内で compinit が呼び出す前に、
fpath を設定すれば良い。

$HOME/.zshrc

if [[ -d /usr/local/share/zsh-completions ]]; then
	fpath=($fpath /usr/local/share/zsh-completions)
fi

source $ZSH/oh-my-zsh.sh

Reference

robbyrussell/oh-my-zsh
https://github.com/robbyrussell/oh-my-zsh

Dungeon of the Endless - RogueLike + Tower Defence

Summary

Dungeon of the Endless は RogueLike と Tower Defence を融合させたようなゲーム。




Reference

Steam - Dungeon of the Endless
http://store.steampowered.com/app/249050

via

Game*Spark - 2013-12-12 - タワーディフェンスとローグライクの融合作『Dungeon of the Endless』がSteam早期アクセスで配信開始
http://www.gamespark.jp/article/2013/12/12/45230.html

Vellum - Mac OS X用電子書籍オーサリングアプリケーション

Summary

Vellum は Wordファイルをドラッグ&ドロップすると、
電子書籍ファイルにレイアウト変換してくれるソフトウェア。

ePub, MOBI, iBook形式に対応。

ソフトウェア自体は無料で、ファイル変換する際に課金されるモデル。
1冊 $49.99, 3冊 $99.99, 5冊 $149.99 と、非常にリーズナブル。

Reference

Vellum | 180g
http://180g.co/vellum/

via

hon.jp DayWatch - 2013-12-12 - 元Pixarエンジニアたちのベンチャー180g社、Mac OS X用電子書籍オーサリングアプリ「Vellum」を公開
http://hon.jp/news/1.0/0/5058/

AirMech - Google Chrome上で動作するアクションRTS

Summary

AirMech は Google Chrome上で動作するアクションRTS.
Infantry[2004-04-23-1] 系ゲームのようだ。



特徴

  - 変形するロボットを操作
  - オンラインで対戦・協力プレイが可能
  - Google Chrome上で動作
  - Google アカウントが必要

Reference

Carbon Games
https://carbongames.com/

via

Kotaku JAPAN - 2012-04-16 - Googleの大攻勢!Chrome向け変形ロボットアクションRTS『AirMech』
http://www.kotaku.jp/2012/04/chrome_rts_airmech.html