This repository contains editor configurations that suit our needs to perform remote pair programming
- Create a common user in both machines involved
- Setup ssh keys to your github account for the paired project
git clone https://github.com/qustodian/pair-dev
- ln -s ~/pair-dev/.zshrc ~/.zshrc
- ln -s ~/pair-dev/.vimrc ~/.vimrc
- ln -s ~/pair-dev/.tmux.conf ~/.tmux.conf
- Install vim plugins
- Install oh-my-zsh
- Install tmuxinator : gem install tmuxinator
tmuxinator start backend