Skip to content

Instantly share code, notes, and snippets.

@yonglai
Created November 18, 2017 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yonglai/d00da7478316121b842a1eef9d4f1d2f to your computer and use it in GitHub Desktop.
Save yonglai/d00da7478316121b842a1eef9d4f1d2f to your computer and use it in GitHub Desktop.
An Ansible task yaml to set up vimrc
---
- name: Download vim_runtime
git:
repo: 'git://github.com/amix/vimrc.git'
dest: ~/.vim_runtime
- name: Setup basic vimrc
command: sh ~/.vim_runtime/install_basic_vimrc.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment