Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 867 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 867 Bytes

Settings

Setup

cd ~/
git init
git remote add origin [email protected]:kaa4ever/settings.git
git fetch origin
git checkout -b master --track origin/master
git pull

Configuration

Add source ~/zshalias to the ~/.zshrc file.

Tools

https://github.com/sindresorhus/quick-look-plugins/blob/master/readme.md

iTerm jump words

To enable jumping words in iTerm by clicking option + left and option + right do the following:

  • Go to Settingds in iTerm
  • Go to Profiles
  • Go to Keys
  • Go to Key Mappings
  • Add new mapping by click +
  • Set the Keyboard shortcut
  • Set Action to Send Escape Sequence
  • Set to f for jumping forward and b for jumping backwards.

Neovim

brew install neovim
brew install font-meslo-lg-nerd-font
brew install ripgrep

Select MesloLGS Nerd Font Mono in iterm2 settings