# misc **Repository Path**: zylhub/misc ## Basic Information - **Project Name**: misc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-misc + [python-misc](/python-misc) : python工具函数 # docker + [docker](/docker) # vimrc my vimrc install plug-vim ``` curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` [vim/vimrc-with-vim-plug](docker/vim/vimrc_plug) # tuna提供的一键换源 ``` wget https://tuna.moe/oh-my-tuna/oh-my-tuna.py python oh-my-tuna.py ``` # ubuntu18.04 + vlc3 https://hub.docker.com/r/zylhub/ubuntu18.04/ # git branch bash [git/git-branch-bash.md](git/git-branch-bash.md) 建议直接使用fishshell # install Vundel `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim` # install vim-plug `curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim` # install YouCompleteMe https://github.com/valloric/youcompleteme#ubuntu-linux-x64 + `cd ~/.vim/bundle/YouCompleteMe` + `git submodule update --init --recursive` + `./install.py --clang-completer` # ffmpeg-gpu-cuda8-docker https://github.com/sherlockzoom/useful-tools/blob/master/ffmpeg-gpu-cuda8 # nvidia-docker-ubuntu16.04 https://github.com/sherlockzoom/useful-tools/blob/master/nvidia-docker-ubuntu16.04 # aliyun ubuntu16.04 sources https://github.com/sherlockzoom/useful-tools/blob/master/ubuntu16.04-aliyun-sources-list # ubuntu 安装中文包 `apt-get install language-pack-zh*`