Mac設定メモ 
top
  • Increase Trackpad’s tracking speed
  • Enable Tap to click

Dock config

  • Enable maginification (medium)
  • Move the dock to right.
  • Automatically hide and show the Dock.

Google Japanese Input

  • Install Google Japanese Input.
  • From Language & Text, Uncheck [Katakana, Half-width Katakana, Full-width Alphanumeric, Alphanumeric]

Keyboard config

  • [Modifier Keys…] Caps Lock Key: to [^ Control ]
  • Keyboard Shortcuts
    • Spotlight - Show Spotlight search field - UNCHECK
    • Keyboard & Text Input - Select the previous input source - CHECK

Security config - Require password 5 minutes after sleep or screen saver begins

QuickSilver

  • Configure invokation key to Ctrl + return.

iTunes

  • Preference - Advanced - Copy files to iTunes Media folder when adding to library - UNCHECK
  • Preference - General - When you insert a CD: Show CD.
  • Preference - General - Automatically retrieve CD track names from Internet - UNCHECK.

  • Authorize this Mac against iTunes store account.
  • Copy purchased contents from iPhone. [File]-[Transfer purchases from “iPhone4”]

Install followig softwares - iTerm - git (precompiled os x binary) - MoneyDance - register license key. - KeePassX - [Preferences…] - [Security] - [Show plain text passwords in:] - CHECK [Edit Entry Dialog] - CHECK [Database Key Dialog]

  • install dot files

  • Install XCode: The download is huge (3.5GB), but this is needed to install MacPorts.

% /usr/local/git/bin/git clone ssh://zarya.gaku.net/home/gaku/git/homedir-shared.git etc

Install files by executing setup_dotfile.sh

ターミナルでの日本語表示/入力設定

lsが日本語ファイル名を表示しないのは、-vオプションで直る。

iTerm(bash)で日本語が入力できないのは、.inputrcを書くことで直る。

set convert-meta off
set meta-flag on
set output-meta on

.inputrcは、readlineライブラリによって読み込まれる。bashもreadlineを使っているので、bashの動作がこれで直る。