my vim configuration
For base16 colorscheme
Add the following in ~/.bashrc
export TERM=xterm-16color
cp .vimrc ~/
cp -r .vim ~/
For auto zoom & auto reflow in tmux
cp tmux-keep-zoom /usr/bin/
cp tmux-resize-screen /usr/bin/
cp .tmux.conf ~/
cp git-completion.bash /etc/bash_completion.d/