1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00
eoli3n-dotfiles/roles/rustup/tasks/main.yml
2023-11-06 13:39:40 +01:00

11 lines
239 B
YAML

---
- name: init nightly rustup
shell: rustup-init --default-toolchain nightly --no-modify-path -y
args:
creates: "$HOME/.cargo/bin"
- name: configure cargo path
copy:
src: rustup.fish
dest: "$HOME/.config/fish/conf.d/"