brew install fzf
for fuzzy finding functionalitybrew install ctags
to support gutentagsbrew install ripgrep
to support Vim:Find
Better than bash
brew install zsh
brew install antigen
ln -s /path/to/this/dir/zshrc ~/.zshrc
source ~/.zshrc
(or open a new shell)
ln -s /path/to/this/dir/vimrc ~/.vimrc
- launch
vim
(aliased tov
in .zshrc) and run:PluginInstall
Hybrid - https://github.com/chadmayfield/hybrid-terminal-theme
Rose Pine - https://github.com/rose-pine/terminal.app
brew install tmux
ln -s /path/to/this/dir/tmux.conf ~/.tmux.conf
cp /path/to/this/dir/gitconfig ~/.gitconfig
and edit the file to override your username, etc