# custom-ohmyzsh **Repository Path**: liuyvjin/custom-ohmyzsh ## Basic Information - **Project Name**: custom-ohmyzsh - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-08 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My Dotfiles Repository 本仓库包含我的 `zsh`, `tmux`, `vim` 等个人配置 ## 1. 安装与更新 首次安装运行以下命令, 一键配置环境: ```shell $ wget -qO- "gitee.com/liuyvjin/custom-ohmyzsh/raw/master/my_scripts/updatezsh.sh" | bash or $ curl -sL "gitee.com/liuyvjin/custom-ohmyzsh/raw/master/my_scripts/updatezsh.sh" | bash ``` ## 2. 配置 SSH 服务器 若要需要将主机配置为 `SSH` 服务器, 请先确保主机连接 wifi, 然后在脚本中设置 wifi 名称和密码, 运行: ```shell $ cd $ZSH $ source ./my_scripts/ssh_server_setup.sh ``` 运行过程中会输出 `SSH` 服务器的 `IP` 地址, 在客户端连接服务器, 运行 ``` $ ssh {user}@{IP} ``` ## 3. 安装 ROS 如果需要安装 `ROS` 系统, 根据 `Ubuntu` 版本号选择相应的脚本: * Ubuntu Bionic (18.04) - Ros Melodic * Ubuntu Focal (20.04) - Ros Noetic ```shell $ source ./my_scripts/ros_{version}_install.sh ```