Files
scwrypts/zsh/system/config/update
T

11 lines
375 B
Bash
Raw Normal View History

2023-02-21 18:44:27 -07:00
#!/bin/zsh
use scwrypts/meta
#####################################################################
2024-02-06 14:06:44 -07:00
MAIN() {
STATUS 'updating all config files and links'
SCWRYPTS__RUN --name system/config/symlinks --group scwrypts --type zsh || exit 1
SCWRYPTS__RUN --name system/config/terminfo --group scwrypts --type zsh || exit 2
SUCCESS 'finished updating config files and links'
}