Skip to content

Instantly share code, notes, and snippets.

@gphilipp
Last active January 20, 2017 06:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gphilipp/b1ac6fb35000935a1502 to your computer and use it in GitHub Desktop.
Save gphilipp/b1ac6fb35000935a1502 to your computer and use it in GitHub Desktop.
Mac apps to install

Mac apps to install

  • Dropbox
  • Spotify
  • Chrome + React tools
  • Airfoil
  • Atom
  • 1Password
  • IntelliJ
  • (iTerm not needed anymore, terminal is good in Yosemite)
  • Flux
  • Homebrew
  • Xcode
  • XQuartz (for octave)
  • brew install git
  • brew install octave
  • brew install leiningen
  • brew install npm
  • brew install gpg2
  • brew install maven
  • brew install rlwrap
  • brew install zsh
  • brew install wget
  • brew install libav (for ADP video to be downloaded by VideoDownloadHelper)
  • gpg2 —gen-key
  • Emacs 24.4
  • Tweetbot (app store)
  • IA Writer Pro (app store)
  • Transmit (app store)
  • Fotomagico (app store)
  • Alfred
  • VLC
  • Moom (app store)
  • Palua (toggles fn/function keys)
  • Boxer App (dosbox super ui)
  • Virtual II (apple II emulator)
  • Transmission
  • Parallels Desktop
  • GoG Galaxy
  • Steam
  • iNet (app store)
  • Skype
  • LICECap (simple animated screen capture)
  • ScreenFlow (used by Mike Fikes)
  • Keycastr (to display the keys that are hit)
  • Gemini (app store, to find duplicates)
  • iStatsMenu
  • OpenEmu
  • Telestream Screenflow (screecast, recommended by Eric Normand and Mike Fikes)
  • Fastlane (fastlane/fastlane#1267)

Fonts

  • source code pro font

Mouse & Trackpad configuration

  • app exposé (3 fingers swipe down)
  • Touch to click

Keyboard configuration

  • Make CAPS lock as Control, on a french MacOsX: "touches modifications -> caps lock -> contrôle"
  • remove control-command-D mapping for dictionary lookup definition
  • remove F11 show desktop (allows to shift-F11 In Intellij to show bookmarks)

Disable Global shortcuts

Mac OSX

  • Enable dictation (https://support.apple.com/fr-fr/HT202584)
  • disable ctrl-up (mission control)
  • disable ctrl-down (application windows)
  • disable shift-cmd-/ (claviers/raccourcis/raccourcis de l’application) // Cursive Clojure block comment
  • defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 70 '<dict><key>enabled</key><false/></dict>'

1Password

  • remove shortcuts which collide with Cursive Clojure

IntelliJ

  • Uncheck Copy as rich text by default
  • Uncheck Highligt of element at caret
  • Uncheck Show "close" button on editor tabs
  • Enable 'Active most recently opened tab
  • Tab limit = 6

Disable apps on startup :

  • Itunes helper
  • Chrome
  • Spotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment