2 lines
100 B
Bash
2 lines
100 B
Bash
#!/bin/sh
|
|
xargs -n1 -P4 codium --install-extension < {{ .chezmoi.sourceDir }}/vscode-extensions.txt
|