OSX 11.11 El Capitan setup
~/.ssh
~/.zshrc
~/.zshenv
~/.gitconfig
~/.gitignore
~/Library/Application Support/Firefox
~/Library/Application Support/Sublime Text 3
Appearance > Graphite
Default web browser > Firefox
Recent items > None
Desktop > Solid Colors -> Black
Minimize window using > Scale Effect
☑Automatically hide and show the Dock
require password > Uncheck
Search Results > Uncheck All Items(Exclude Applications)
Computer sleep > Never
Display sleep > Never
Adjust keyboard brightness in low light > Uncheck
input Sources
☑Select the previous input source > ⌘Space
Spotlight
☑Show Spatlight search > ⌘⎋(esc)
Accessibility
Add Japanese
☐Katakana
Romaji layout > Dvorak - Qwerty ⌘
Live Converion > Uncheck
Font > Hiragino Maru Gothic ProN W4
Full-width numeral characters > Uncheck
Point & Click
More Gestures
Remove All Application icons
Add Applications folder
General
New Finder windows show > Mac
Sidebar
Applications
Desktop
User
Downloads
Advanced
☑Show all filename extensions
When performing a search -> Search the Current Folder
defaults write com.apple.finder AppleShowAllFiles YES
General
New window with profile > Pro
Command Line
Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install ZSH and set as Default Shell
brew install zsh
echo "/usr/local/bin/zsh" | sudo tee -a /etc/shells
chsh -s /usr/local/bin/zsh
Install nodebrew
https://github.com/hokaccha/nodebrew
Set profile in "~/Library/Application Support/Firefox"
Download and install Firefox
curl -L -o Firefox.dmg "https://download.mozilla.org/?product=firefox-latest&os=osx&lang=en-US"
browser.ctrlTab.previews
/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ClippingText.icns
Disable ImageCapture autorun
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES
https://gist.github.com/andreibosco/59aa0cca1e3f03aa5a3d4c79eb1f750c
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
More fast mouse speed
defaults write -g com.apple.mouse.scaling 7.0