1
0
Fork 0

vscode url: use devel dir

This commit is contained in:
Vladimír Dudr 2024-03-19 21:14:17 +01:00
parent b66651422c
commit c204cfe92f

View file

@ -15,7 +15,7 @@ preg_match('|/(?<repo>[^/]*)\.git$|', $remote, $res);
$repo = $res['repo'];
chdir("{{.chezmoi.homeDir }}/jopixel/");
chdir("{{.chezmoi.homeDir }}/devel/");
exec("git clone '$remote'");
chdir($repo);
pcntl_exec('/bin/zsh');