diff --git a/.gitmodules b/.gitmodules index 8b176a4..63067e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,7 @@ # # Copyright 2024 林博仁(Buo-ren Lin) # SPDX-License-Identifier: CC-BY-SA-4.0 +[submodule "dot-profile.d"] + path = dot-profile.d + url = https://github.com/brlin-tw/dot-profile.d.git + ignore = dirty diff --git a/README.md b/README.md index 829fa80..fe8f153 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ [![GitLab CI 持續整合流程狀態標章](https://gitlab.com/libre-knowledge/configuration-management/badges/main/pipeline.svg?ignore_skipped=true "點擊查看 GitLab CI 持續整合流程的運行狀態")](https://gitlab.com/libre-knowledge/configuration-management/-/commits/main) [![「檢查專案中的潛在問題」GitHub Actions 作業流程狀態標章](https://github.com/libre-knowledge/configuration-management/actions/workflows/check-potential-problems.yml/badge.svg "本專案使用 GitHub Actions 自動化檢查專案中的潛在問題")](https://github.com/libre-knowledge/configuration-management/actions/workflows/check-potential-problems.yml) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white "本專案使用 pre-commit 檢查專案中的潛在問題")](https://github.com/pre-commit/pre-commit) [![REUSE 規範遵從狀態標章](https://api.reuse.software/badge/gitlab.com/libre-knowledge/configuration-management "本專案遵從 REUSE 規範降低軟體授權合規成本")](https://api.reuse.software/info/gitlab.com/libre-knowledge/configuration-management) +## 解決方案 + +以下列舉本主題相關的解決方案: + +* [.profile.d](https://github.com/brlin-tw/dot-profile.d) + 分散式的使用者設定檔(user profile)管理解決方案 + ## 參考資料 以下列舉撰寫本主題內容時所參考的第三方資源: diff --git a/dot-profile.d b/dot-profile.d new file mode 160000 index 0000000..14f6921 --- /dev/null +++ b/dot-profile.d @@ -0,0 +1 @@ +Subproject commit 14f6921b4b9d339c920eee4a77e6b384c6ed69ea