# my_scripts **Repository Path**: matthew1757405148/my_scripts ## Basic Information - **Project Name**: my_scripts - **Description**: 存放一些便于在国内网络环境下使用的脚本~ - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-21 - **Last Updated**: 2025-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my_scripts #### 介绍 存放一些便于在国内网络环境下使用的脚本~ # 安装zsh 1. 安装 ```bash sudo apt-get install wget git zsh -y wget https://gitee.com/matthew1757405148/my_scripts/raw/master/install_zsh/install.sh && bash ./install.sh ``` 2. 进入zsh终端并配置 ```bash wget https://gitee.com/matthew1757405148/my_scripts/raw/master/install_zsh/config_zsh.sh && bash ./config_zsh.sh ``` # 修复ros2 bag ```bash wget https://gitee.com/matthew1757405148/my_scripts/raw/master/fix_ros2_bag/fix.sh && sudo chmod +x fix.sh ```