# linux_environment **Repository Path**: jingwoo/linux_environment ## Basic Information - **Project Name**: linux_environment - **Description**: No description available - **Primary Language**: 其他 - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-10 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux_environment #### 使用说明 ```bash ➜ linux_environment git:(master) ✗ ./setup.bash --help ============================================================================================= ███████╗███╗ ██╗██╗ ██╗ ██████╗ ███████╗██████╗ ██╗ ██████╗ ██╗ ██╗ ██╔════╝████╗ ██║██║ ██║ ██╔══██╗██╔════╝██╔══██╗██║ ██╔═══██╗╚██╗ ██╔╝ █████╗ ██╔██╗ ██║██║ ██║ ██║ ██║█████╗ ██████╔╝██║ ██║ ██║ ╚████╔╝ ██╔══╝ ██║╚██╗██║╚██╗ ██╔╝ ██║ ██║██╔══╝ ██╔═══╝ ██║ ██║ ██║ ╚██╔╝ ███████╗██║ ╚████║ ╚████╔╝ ██████╔╝███████╗██║ ███████╗╚██████╔╝ ██║ ╚══════╝╚═╝ ╚═══╝ ╚═══╝ ╚═════╝ ╚══════╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ============================================================================================= Usage: ./setup.bash [options] Configure development environment for linux system Options: -d, --distribution linux distribution ([debian|redhat] series) -u, --username set user name for git -e, --email set email for git -p, --password password for root -h, --help Script help information ``` example: ```bash ./setup.sh -d ubuntu -u username -e xxx@email.com -p password ```