mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
11 lines
239 B
YAML
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/"
|