use it as default shell terminal and do in menu:
iterm2 -> install shell integration
More over, map ⌥ + Left and ⌥ + Right to go backward and forward a word, respectively. and also wanted to have Option+Delete kill a word.
Here’s the setup in menu:
Preferences -> Profiles -> Keys
Post there:
Key combination: ⌥ + Delete
Action: Send Escape Sequence: [dw
Key combination: ⌥ + Left
Action: Send Escape Sequence: [1\;9C
Key combination: ⌥ + Right
Action: Send Escape Sequence: [1\;9D
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
then run tmux and install all listed in configuration plugins via pressing
Ctrl+a + I
after that reload the configuration. All the plugins should be in place (status bar will be changed).
curl -s get.sdkman.io | bash
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew install zsh-syntax-highlighting
brew install archey
brew install rlwrap
brew install coreutils
brew install fasd
brew install tree
brew install thefuck
brew install tig
sudo easy_install Pygments
brew install fzf
/usr/local/opt/fzf/install
brew install reattach-to-user-namespace
brew tap caskroom/fonts
brew cask install font-hasklig
brew install mackup
brew install antigen