Skip to content

Instantly share code, notes, and snippets.

@luca-aurelia
Created February 10, 2016 17:29
Show Gist options
  • Save luca-aurelia/274f40e25c0aa60aa1e2 to your computer and use it in GitHub Desktop.
Save luca-aurelia/274f40e25c0aa60aa1e2 to your computer and use it in GitHub Desktop.
A to-do list for setting up a new pairing server
  • create the pair user
  • install git if not present
  • install wemux
    • set the pair user as the only wemux host in the wemux config file
  • add public ssh keys of users to .ssh/authorized_keys file
  • use visudo to add the pair user to the sudoers list. configure it so pair doesn't require a password to use sudo
  • install dotfiles
    • install vim plugins
  • install silver searcher
  • install mosh
  • install zsh and oh-my-zsh
  • make code directory
  • clone repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment