Skip to content

Instantly share code, notes, and snippets.

@piouc
Last active February 9, 2022 02:14
Show Gist options
  • Save piouc/1f3f065c626e77a2126c to your computer and use it in GitHub Desktop.
Save piouc/1f3f065c626e77a2126c to your computer and use it in GitHub Desktop.
OSX-Setup

iOS setup

Hello

  • Disable Location Services
  • Passcode Options -> Don't Add Passcode
  • SetUp as New iPad
  • Turn off iClound Drive
  • Turn On Siri Later
  • Don't Send

Settings

General

  • About
    • Name a812
  • Spotlight Search
    • Turn off all
  • Handoff & Suggested Apps
    • Turn off all
  • Accessibility
    • Reduce Motion
      • Turn On
    • Shake to Undo
      • Turn Off
    • Accessibility Shortcut
      • Invert Colors
  • Background App Refresh
    • Turn Off
  • Date & Time
    • 24-Hour Time - On
  • Keyboards
    • Keyboards

      • English
      • Japanese - Romaji
    • Auto-Correction - Off

    • Enable Caps Lock - Off

    • Shortcuts - Off

    • Split Keyboard - Off

    • Auto-Capitalization - Off

    • Predictive - Off

    • "." Shortcut - Off

Display & Brightness

  • Auto-Brightness - Off

Sounds

  • Lock Sounds - Off
  • Keyboard Clicks - Off

iClound

  • iClound Drive - Off
  • Turn Off All

iTunes & App Store

  • Music - Off
  • Apps - Off
  • Books - Off

Mail, Contacts, Calenders

  • Add Outloock and Google
  • Signature - ''
  • Sort Order - First, Last
  • Default Calender - google
  • Events Found in Mail - Off

Safari

  • Preload Top Hit - Off
  • Quick Website Search - Off
  • Do Not Track
  • Block Cookies
    • Allow from Current Website Only

OSX 11.11 El Capitan setup

Backup

~/.ssh
~/.zshrc
~/.zshenv
~/.gitconfig
~/.gitignore
~/Library/Application Support/Firefox
~/Library/Application Support/Sublime Text 3

System Preferences

General

  • Appearance > Graphite
  • Default web browser > Firefox
  • Recent items > None

Desktop & Screen Saver

  • Desktop > Solid Colors -> Black

Dock

  • Minimize window using > Scale Effect
  • ☑Automatically hide and show the Dock

Security & Privacy

General

  • require password > Uncheck

Spotlight

  • Search Results > Uncheck All Items(Exclude Applications)

Enargy Saver

  • Computer sleep > Never
  • Display sleep > Never

Keyboards

Keyboard

  • Adjust keyboard brightness in low light > Uncheck

Shortcuts

  • input Sources

    • ☑Select the previous input source > ⌘Space
  • Spotlight

    • ☑Show Spatlight search > ⌘⎋(esc)
  • Accessibility

    • ☑Invert colors

Input Sources

  • Add Japanese
    • ☐Katakana
    • Romaji layout > Dvorak - Qwerty ⌘
    • Live Converion > Uncheck
    • Font > Hiragino Maru Gothic ProN W4
    • Full-width numeral characters > Uncheck

Mouse

  • Tracking speed > Fast

Trackpad

  • Point & Click

    • ☑Tap to click
  • More Gestures

    • ☑App Expose

Sound

  • ☑Show volume in menu bar

Dock

  • Remove All Application icons
  • Add Applications folder
    • Display as > Folder

Finder

Preferences

  • General

    • New Finder windows show > Mac
  • Sidebar

    • Applications
    • Desktop
    • User
    • Downloads
  • Advanced

    • ☑Show all filename extensions
    • When performing a search -> Search the Current Folder

Hidden Settigns

defaults write com.apple.finder AppleShowAllFiles YES

Terminal

Preferences

  • 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
      

Firefox

  • 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

Sublime Text

  • Set icon
/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ClippingText.icns

Other settings

Disable ImageCapture autorun

defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES

Disable adobe services

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment