Skip to content

Instantly share code, notes, and snippets.

@ForrestPhillips
Created December 15, 2014 15:47
Show Gist options
  • Save ForrestPhillips/b708c0ef785e83a41f9b to your computer and use it in GitHub Desktop.
Save ForrestPhillips/b708c0ef785e83a41f9b to your computer and use it in GitHub Desktop.
# Install wemux
sudo git clone git://github.com/zolrath/wemux.git /usr/local/share/wemux
sudo ln -s /usr/local/share/wemux/wemux /usr/local/bin/wemux
sudo cp /usr/local/share/wemux/wemux.conf.example /usr/local/etc/wemux.conf
# Change the host_list value to your pair usernames
sudo vim /usr/local/etc/wemux.conf
host_list=(dave dayton)
# Save and quit (:wq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment