Tuesday, January 05, 2016

 

Setting up a fresh OS X

Note to self: here are the steps you need to set up a new OS X instance
  1. In the Keyboard Settings map the modifier keys correctly for an external keyboard. Set capslock to no action for internal and external.
  2. In the Trackpad settings turn off gestures one by one. Turn on right corner click for secondary.
  3. Install Seil for caps lock as escape
  4. Install Karabiner for fn as control and higher key repeat rate
  5. Install iterm
  6. Install homebrew
  7. Install xcode
  8. Install coreutils, sed, find, vim from homebrew
  9. Ensure the gnubin dir is in your path in front of all the busted BSD versions of CLI utils. You can do that by editing /etc/paths.  Something like the following is pretty nice:
    /usr/local/opt/coreutils/libexec/gnubin
    /usr/local/bin
    /usr/bin
    /bin
    /usr/sbin
    /sbin

  10. Symlink the GNU version sed and find from the gnubin dir so they're also ahread of BSD
  11. Setup dotfiles. Remember to symlink the hostname to the macosx in .bashrc.local
  12. Install MacVim
  13. Disable space rearranging.
  14. Disable window animations

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?