# zsh2vim **Repository Path**: liuyanming88com/zsh2vim ## Basic Information - **Project Name**: zsh2vim - **Description**: 方便安装 ohmyzsh 和 EverVim - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-19 - **Last Updated**: 2021-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Before everything. ```sh sudo apt install -y git curl python3-pip python3-dev exuberant-ctags zsh build-essential docker.io wireshark libncurses-dev autojump meld lrzsz ``` ## oh my zsh installation. ```sh sh -c "$(curl -fsSL https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)" ``` ## EverVim installation. ```sh sh -c “$(curl -fsSl https://gitee.com/liuyanming88com/zsh2vim/raw/master/EverVim.sh)” ``` ## Build environment. ```sh docker run -it -v /home/liu/openwrt:/openwrt liuyanming/ubuntu1404dev-env4openwrt /bin/bash ```