Added rustup

This commit is contained in:
Anthony S Cicchetti 2018-11-12 19:15:40 -05:00
parent 22063572a2
commit 61389ba3c6
2 changed files with 7 additions and 0 deletions

View file

@ -1,6 +1,7 @@
---
- import_tasks: anyenv.yml
- import_tasks: neovim.yml
- import_tasks: rust.yml
- name: Install antigen
git:

View file

@ -0,0 +1,6 @@
---
- name: Install Rust
shell: curl https://sh.rustup.rs -sSf | sh
args:
creates: ~/.cargo