diff --git a/src/utils/commands.ts b/src/utils/commands.ts index 7c0720f..66a05aa 100644 --- a/src/utils/commands.ts +++ b/src/utils/commands.ts @@ -95,7 +95,14 @@ export const macCommands = ( }, { command: "git", - args: ["clone", `${baseURL}/${owner}/${repo}.git`], + args: [ + "clone", + "--depth", + "1", + "--filter=blob:none", + "--sparse", + `${baseURL}/${owner}/${repo}.git`, + ], cwd: `/Users/${user}/${destDir}/${tempDIR}`, }, {