7 lines
381 B
Cheetah
7 lines
381 B
Cheetah
|
#!/usr/bin/env bash
|
||
|
# @file Chezmoi System Apply
|
||
|
# @brief Applies the Chezmoi files defined in the `system/` directory of the Install Doctor project to the root of the system (for locations outside the user's home directory)
|
||
|
# @description
|
||
|
# This script applies the `system/` Chezmoi directory to the root of the system.
|
||
|
|
||
|
logg info 'TODO - Implement system configuration apply'
|