Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 524 Bytes

whereIsMyConfigurationDirectory.md

File metadata and controls

40 lines (24 loc) · 524 Bytes

Where is my configuration directory?

It's created during the first run of handWavey, and the configuration files are created at the same time.

Linux

~/.config/handWavey

You can see it explicitly with

echo ~/.config/handWavey

And see the files inside it with

ls ~/.config/handWavey

Mac

Same as Linux?

Windows

%USERPROFILE%\handWavey

You can see it explicitly with

echo %USERPROFILE%\handWavey

And see the files inside it with

dir %USERPROFILE%\handWavey