- BeterTouchTools
- Google Chrome
- Google日本語入力
- Dropbox
- Firefox
- Evernote
- Skype
- XCode, XCode Command Line Tools
- Homebrew
- coreutils, binutils, findutils http://d.hatena.ne.jp/katz_24/20120126/1327586474
- macvim; brew linkapp
- redis hiredis
If this is your first install, automatically load on login with:
mkdir -p ~/Library/LaunchAgents
cp /usr/local/Cellar/redis/2.4.17/homebrew.mxcl.redis.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
If this is an upgrade and you already have the homebrew.mxcl.redis.plist loaded:
launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
cp /usr/local/Cellar/redis/2.4.17/homebrew.mxcl.redis.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
To start redis manually:
redis-server /usr/local/etc/redis.conf
To access the server:
redis-cli
- バックスラッシュを修飾なしで入力できるようにする http://bit.ly/T5zKgw
- ショートカット一覧をワンタッチで表示 http://www.lifehacker.jp/2012/06/120610maccheatsheet.html
- Github for Max
- KeyRemap4MacBook
- Escape to EISUU+Escape
- Paralles+Windows7+Office エクセルとかやっぱ必要
- WebStorm …開発環境
- cooViewer …漫画ビューア
- RStudio …統計言語Rの開発環境
- iTerm2 …ターミナル
- RDP Client
- ネットワークドライブ上に
.DS_Storeを作らないようにするdefaults write com.apple.desktopservices DSDontWriteNetworkStores true - virtualbox
- vagrant
http://dev.classmethod.jp/tool/p4merge/