My dotfiles, thrown together over the years. I'm using iTerm2, ZSH with oh-my-zsh, TMUX and Neovim.
- TMUX:
brew install tmux
- Neovim:
brew install neovim
- FZF:
brew install fzf
- oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- zsh-completions:
brew install zsh-completions
- reattach-to-user-namespace:
brew install reattach-to-user-namespace
(Copy paste with tmux) - Python support for Neovim (needed for deoplete plugin)
- automatic symlink/setup scripts
- explanation on how to setup italics in TMUX