ethan-s
1/27/2015 - 2:19 AM

Babun customizations

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.