# Configuration **Repository Path**: renzen2020/Configuration ## Basic Information - **Project Name**: Configuration - **Description**: 配置文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 配置文件使用方法 ## typroa_theme - 下载typroa_theme的文件放到typora的主题文件夹 - 重启typora - 应用对应的主题 ## oh-my-zsh ### 首次安装 在本地克隆后获取安装脚本 ```shell git clone https://mirrors.tuna.tsinghua.edu.cn/git/ohmyzsh.git cd ohmyzsh/tools REMOTE=https://mirrors.tuna.tsinghua.edu.cn/git/ohmyzsh.git sh install.sh ``` ### 切换已有 ohmyzsh 至镜像源 ```shell git -C $ZSH remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/ohmyzsh.git git -C $ZSH pull ``` ## nvm 要安装或更新NVM,应运行安装脚本。 为此,您可以手动下载并运行该脚本,或者使用以下cURL或wget命令: ```shell curl -o- hhttps://gitee.com/renzen2020/Configuration/raw/v0.39.3/nvm/install.sh | bash ``` ```shell wget -qO- https://gitee.com/renzen2020/Configuration/raw/v0.39.3/nvm/install.sh | bash ```