#!/bin/sh # Increase the cursor speed in OS X Terminal.app defaults write NSGlobalDomain KeyRepeat -int 1 defaults write NSGlobalDomain InitialKeyRepeat -int 25 # Must logout to take effect.