If using tmux, it's assumed that you're using Vim with it, so need to do the following:
- Install Tmux Package Manager:
- git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
- In .tmux.conf press "<prefix> + I" (e.g., Ctrl-a + I) to install plugins.
- Currently, the only tmux plugin installed is vim-tmux-navigator.
- .vimrc reads plugins if ~/.vim/vim_plugins.vimrc exists.
- If using plugins, install Vundle:
- git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Within .vimrc, run ":source %" then :PluginInstall to install plugins using Vundle.
Put personal aliases in .bash_aliases_personal