Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 618 Bytes

File metadata and controls

28 lines (19 loc) · 618 Bytes

VIM install script for Windows

  1. download install.bat or execute bitsadmin /transfer test https://raw.githubusercontent.com/nmrnbpw/vim_install_script/master/install.bat <fullpath>\install.bat
  2. execute install.bat
  3. install font
  4. move vim\vim
  5. start gvim and :call dein#update()

install script for CentOS

  1. install gcc g++
  2. execute setup_my_usr.sh
  3. execute zsh/install_zsh.sh
  4. execute tmux/install_tmux.sh
  5. execute vim/install_vim.sh
  6. add $HOME/usr/bin to $PATH
  7. start vim and :call dein#update()

Use Docker

e.g.

docker build -t build_vm:latest - < Dockerfile