- (id)init
{
self = [super init];
if (self) {
// Initialization code
}
return self;
}
https://github.com/allending/Kiwi/wiki
$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
使用するcolorschemeダウンロード(Monokai-Refined)
https://github.com/jaromero/vim-monokai-refined
colors/Monokai-Refined.vim
OCMockのインストールは次を参照
何ができるのか(書き方)は次を参照
認証ありProxy経由で外部に接続する環境で苦労したので、設定したものをまとめておきます。
.barshrcに設定を追加
export http_proxy=http://username:[email protected]:8080/
export https_proxy=https://username:[email protected]:8080/