- Ubuntu local: i3 + fish + neovim
- Ubuntu remote: tmux + fish + neovim
- Ubuntu remote minimal: Regular vim only, no plugins
Documentation for OS related setups. Install scripts are available for Ubuntu only.
Rust (Great)
R, Python (Good)
tmux.conf
goes into ~/.tmux.conf
nvim/
and fish/
go into ~/.config/(nvim|fish)
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Make sure you have xsel
or xclip
installed.
Then, install this plugin:
https://github.com/tmux-plugins/tmux-yank
Install this:
https://github.com/powerline/fonts
Currently using 14pt Roboto Mono for Powerline.
cd ~/.vim/plugged/YouCompleteMe
./install.py \
--clang-completer \
--rust-completer