dotfiles/.config/code/install-extensions.sh
Guilherme Rugai Freire 3ee82f8a51
code: add extensions list
a cron job is used to keep it synced. Every time the file changes I can
see it with `git status`. The `install` script need to be ran manually
for now.
2022-01-30 00:36:34 -03:00

5 lines
74 B
Bash
Executable File

#!/bin/sh
cat extensions-list.txt | xargs -L 1 code --install-extension