Created
July 19, 2015 16:47
-
-
Save rfilmyer/31d0178ba3e16788a09c to your computer and use it in GitHub Desktop.
A sample .zeddrc configuration for use with zedd, the daemon that lets you remotely edit files with Zed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"remote": true, | |
"user": "demonstration", | |
"pass": "how to fly", | |
"root": "Documents" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment