brew install fzf diff-so-fancy tig ag
brew install iTerm2 Rectangle
git clone git@github.com:yas375/dotfiles.git ~/.dotfiles
touch ~/.local.gitconfig
cd ~/.dotfiles
git submodule update --init --recursive
rake
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
- Settings > Profiles > General > Working Directory > Reuse Previous session's directory
- Settings > Profiles > Keys > Key Bindings > Presets > Natural Text Editing
- Settings > Profiles > Colors > Editing > Dark Mode
- Settings > Profiles > Terminal > Unlimited scrollback: On
- Use legacy key mappings.
- Conflict with mac’s "drag to corners"? Keep mac’s.
- Settings -> Keys
- Top left: cmd + option + shift + arrow left
- Top right: cmd + option + shift + arrow right
- Setting > Text Editing > Editing > Include whitespace-only lines
- Setting > Text Editing > Editing > Reformat code at column 120
- Setting > Text Editing > Editing > Show reformatting guide
- Setting > Text Editing > Indentation > Re-Indent on paste
- Xcode > Behaviors > Create
- Name: Focus
- Hide navigator
- Hide debugger
- Hide inspectors
- Shortcut: cmd+ctrl+shift+enter. "Override existing Focus? - Yes"