mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
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.
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat extensions-list.txt | xargs -L 1 code --install-extension
|
|
|