天下一gitconfig大会(サイボウズ社内git勉強会@2012/11/20)の@teppeisの資料です。
- gistでmarkdown書いたらbookmarkletでプレゼンになるよ。
| # download latest libevent2 and tmux sources, and extract them somewhere | |
| # (thx bluejedi for tip on latest tmux URL) | |
| # | |
| # at the time of writing: | |
| # https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz | |
| # http://sourceforge.net/projects/tmux/files/latest/download?source=files | |
| # | |
| # install deps | |
| yum install gcc kernel-devel make ncurses-devel |
msysGitをインストール後、 「スタート」>「Git」>「Git Bash」を実行して Git Bash を立ち上げ、 以下のコマンドを実行することで、さまざまな作業を行えます
| require 'formula' | |
| class Migemo < Formula | |
| url 'http://0xcc.net/migemo/migemo-0.40.tar.gz' | |
| homepage 'http://0xcc.net/migemo/' | |
| md5 '7021c45096b6816fccf16f8389324a91' | |
| depends_on 'emacs' | |
| depends_on 'ruby-bsearch' | |
| depends_on 'ruby-romkan' |
| " Vim syntax file | |
| " Language: Verbose TAP Output | |
| " Maintainer: Rufus Cable <[email protected]> | |
| " Remark: Simple syntax highlighting for TAP output | |
| " License: | |
| " Copyright (c) 2008 Rufus Cable | |
| if exists("b:current_syntax") | |
| finish | |
| endif |