Welcome to the tools repository.
cd ~
git clone git@github.com:acordier16/tools.git
cp tools/.vimrc ~
cp -r tools/.vim ~
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim +PlugInstall
Copy com.googlecode.iterm2.plist
where needed.
Need to upload .git/config, and tmux conf if I have one.
autossh -M 0 -f -T -N machine1 & autossh -M 0 -f -T -N machine2 &
set -g mouse on
set -sg escape-time 10
set-option -sa terminal-overrides ",xterm*:Tc"
You can add all of the above in ~/.tmux.conf
, and then sourcing by running in your shell:
tmux source-file ~/.tmux.conf