Skip to content

Instantly share code, notes, and snippets.

@dragon788
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragon788/1704ac03dd3b8b49cb30 to your computer and use it in GitHub Desktop.
Save dragon788/1704ac03dd3b8b49cb30 to your computer and use it in GitHub Desktop.
Babun customizations
# Set your cygwin home from /home/$USER to Windows %APPDATA aka /cygdrive/c/Users/$USER
mkpasswd -c -p "$(cygpath -H)" > /etc/passwd
# Can also use -l (local) or -d (domain) but domain takes a LONG time on a large domain, and local adds ALL local users to the /etc/passwd file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment