# vimme **Repository Path**: mirrors_f/vimme ## Basic Information - **Project Name**: vimme - **Description**: my newest simple vim environment - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README vimme ===== my newest simple vim environment ## Install ```bash git clone --recursive http://github.com/f/vimme.git ~/.vimme ln -s ~/.vimme/.vimrc ~/.vimrc ln -s ~/.vimme/.vim ~/.vim vim +BundleInstall +qall # don't worry about colorscheme warning, go on ``` ## Setting TMUX ```bash ln -s ~/.vimme/.tmux.conf ~/.tmux.conf ln -s ~/.vimme/.tmuxline.conf ~/.tmuxline.conf ``` ## Setting ZSH ```bash ln -s ~/.vimme/.zshrc ~/.zshrc ```