# cfg_linux **Repository Path**: stever178/cfg_linux ## Basic Information - **Project Name**: cfg_linux - **Description**: 一些linux的软件配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-01 - **Last Updated**: 2026-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## common use ```shell sh run_mycfg.sh ``` ## CONTRIBUTING 需要执行 ```shell # 在当前仓库中配置 git config core.hooksPath .githooks # 或者全局配置(可选) git config --global core.hooksPath ~/.githooks ``` 以确保使用存放在 .githooks 目录下并被追踪的钩子脚本