- Linux:
apt-get install vim tmux screen ack-grep bash bash-completion
- macOS:
port install vim tmux tmux-pasteboard screen ack bash bash-completion
mkdir -p ~/.vim/vimundo
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
cd ~/.vim/bundle && \
git clone https://github.com/scrooloose/nerdtree.git
cd ~/.vim/bundle/nerdtree/nerdtree_plugin && \
wget https://github.com/Xuyuanp/nerdtree-git-plugin/raw/master/nerdtree_plugin/git_status.vim
cd ~/.vim/bundle && \
git clone https://github.com/rkulla/pydiction.git
cd ~/.vim/bundle && \
git clone https://github.com/ctrlpvim/ctrlp.vim.git ctrlp.vim
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
- Press prefix + I (capital I, as in Install) to fetch the plugin.
- Add new plugin to
~/.tmux.conf
withset -g @plugin '...'
Nothing to do.
Nothing to do.