# script **Repository Path**: asddfdf/script ## Basic Information - **Project Name**: script - **Description**: 记录个人Linux中常用的命令和配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-26 - **Last Updated**: 2023-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux脚本 # 安装 ```bash git clone https://gitee.com/asddfdf/script.git ~/.config/script && echo -e "\nsource ~/.config/script/launch.sh" >> ~/.bashrc && source ~/.bashrc ``` # 卸载 ```bash rm -rf ~/.config/script ``` ## config.sh 配置脚本,记录终端环境配置 ## launch.sh 命令启动器,记录终端个人命令