3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macbook 12 を手に入れたので設定

Last updated at Posted at 2015-06-04

app

  • homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew tap Caskroom/cask
brew install Caskroom/cask/osxfuse
brew install sshfs
brew install w3m nkf wget zsh Caskroom/cask/sshfs autossh tig mutt vim go mobile-shell bash-completion pwgen cdrtools
brew install mariadb homebrew/php/php56-mysqlnd_ms
  • sshの接続先を補完されるようにbash_completionを使う。
.bash_profile
if [ -f `brew --prefix`/etc/bash_completion ]; then
    . `brew --prefix`/etc/bash_completion
fi

CapsをEscキーに割り当てる

  • Seli
    • Caps Lockキーをアクションなしにする。(ディレイ予防)
    • keycodeを53にする。
    • 設定したら左上の☓で閉じる。(Quit Seliは押してはいけない。)

スクリーンショット 2015-06-04 19.09.19.png
スクリーンショット 2015-06-04 19.11.07.png

safari

  • ツールバーの表示を隠す。

拡張機能

解像度についてメモ

  • 2304 x 1440
    • 2で割ると、1152 x 720

LinuxのVNCサーバ設定例

vncserver -geometry 2304x1440 :0 -dpi 180
  • dpiが96や120だと小さすぎる。192だと若干大きかったので180で。

XQuartz (X11)

brew install Caskroom/cask/xquartz

firefox + selenium IDE

sudo easy_install pip
sudo pip install selenium

3本指でドラッグを有効にする

スクリーンショット 2015-06-04 16.23.44.png

3本指で辞書検索

これをチェック外したらできた。なぜか競合

スクリーンショット 2015-06-04 16.22.52.png

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?