Which version of PlantUML are you using ?
For us, the following example is working:
File config.txt:
skinparam handwritten true
File test.txt:
@startuml
alice -> bob : ok
@enduml
java -jar plantuml.jar -config config.txt test.txt
Can you test this on your configuration ?
Thanks,