Skip to content

Instantly share code, notes, and snippets.

@timothyylim
Last active December 18, 2018 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timothyylim/4d22162a11a49ce04bf94fbbfd277073 to your computer and use it in GitHub Desktop.
Save timothyylim/4d22162a11a49ce04bf94fbbfd277073 to your computer and use it in GitHub Desktop.

Setting up a new mac for development

So that I can remember what I've done.

Applications:

  • VSCode
    • vim mode
    • settings.json => vim.foldfix = true
  • iTerm2
    • silence bell
    • startup with tmux
      • Preferences > Profiles > PROFILE >Command > Send text at start: tmux ls && read tmux_session && tmux attach -t ${tmux_session:-default} || tmux new -s ${tmux_session:-default}
  • Chrome
    • Adblock
    • Vimium

Developer tools:

  • Homebrew
  • tmux

Misc. tools

  • Spectacles
  • terminal (allow key repeats): defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

Configs

~/.bashrc

alias repos='cd ~/repos'

Set up ssh keys for github - link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment