Skip to content

Instantly share code, notes, and snippets.

@kawaz
Last active October 11, 2015 21:48
Show Gist options
  • Select an option

  • Save kawaz/3924722 to your computer and use it in GitHub Desktop.

Select an option

Save kawaz/3924722 to your computer and use it in GitHub Desktop.
Macメモ

インストールしたもの

    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
@kawaz
Copy link
Author

kawaz commented Apr 27, 2013

@kawaz
Copy link
Author

kawaz commented May 1, 2013

@kawaz
Copy link
Author

kawaz commented May 14, 2013

http://jp.tuneclone.com/
iTumesの購入曲を変換

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment