Returns the list of deactivated git hook file paths
List<String> deactiveHooks() => hooks.map((value) => '${Consts.herdsmanDirPath}/$value.deactive').toList();