# zkl-develop-setup **Repository Path**: zhengkeli/zkl-develop-setup ## Basic Information - **Project Name**: zkl-develop-setup - **Description**: Scripts to setup development environment - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-12 - **Last Updated**: 2026-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project: zkl-develop-setup This is a repository that contains a bunch of scripts to set up development environments. ## Usage You can run any script remotely using the following command. The command will download the whole repo and execute the specified script. The `` is the path to the executing script relative to the repo root. The `[script_args...]` are the arguments passed to the executing script. ``` shell curl -fsSL https://gitee.com/zhengkeli/zkl-linux-setup/raw/main/execute.sh | bash -s -- [script_args...] ``` You can specify a specific version of the repo (tag/branch/hash) using command-line argument `--repo-tag`. ``` shell curl -fsSL https://gitee.com/zhengkeli/zkl-linux-setup/raw/main/execute.sh | bash -s -- --repo-tag [script_args...] ```