git clone 'git@github.com:filsinger/emacs-config.git' "$HOME/.config/emacs"Clone the repository to %APPDATA%/.emacs.d a.k.a: (c:Users/<user>/AppData/Roaming/.emacs.d)
When cloning via windows git
git clone 'git@github.com:filsinger/emacs-config.git' "%APPDATA%/.emacs.d"When cloning via WSL and using the Windows executable of emacs.
git clone 'git@github.com:filsinger/emacs-config.git' "/mnt/c/Users/$USER/AppData/Roaming/.emacs.d"When cloning via cygwin and using the Windows executable of emacs.
git clone 'git@github.com:filsinger/emacs-config.git' "/cygpath/c/Users/$USER/AppData/Roaming/.emacs.d"