Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.11 KB

Setup

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/bernhardschaefer/.dotfiles/main/setup.sh)"

iTerm2

  • see also: https://gist.github.com/kevin-smets/8568070
  • Solarized profile: Profiles → Colors → Color Presets... → Solarized Light
  • Enable word jumps: Profiles → Keys → Key Mappings → Presets... → Natural Text Editing
  • Disable Bell: Profiles → Terminal → Notifications → Silence bell
  • Key bindings and fuzzy completion for fzf: $(brew --prefix)/opt/fzf/install

macOS

Disable Cmd+Shift+A shortcut so that it can be used in PyCharm:

defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO

Python

Install nbdime and enable globally (changes ~/.gitconfig)

nbdime config-git --enable --global