Created
November 18, 2017 22:07
-
-
Save yonglai/d00da7478316121b842a1eef9d4f1d2f to your computer and use it in GitHub Desktop.
An Ansible task yaml to set up vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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