Topgrade, and a soft link
This commit is contained in:
parent
46ff779dab
commit
6e9902245c
2 changed files with 15 additions and 0 deletions
|
@ -51,9 +51,17 @@
|
||||||
creates: ~/.cargo/bin/rls
|
creates: ~/.cargo/bin/rls
|
||||||
when:
|
when:
|
||||||
- rust_extras == true
|
- rust_extras == true
|
||||||
|
|
||||||
- name: Install starship
|
- name: Install starship
|
||||||
shell: ~/.cargo/bin/cargo install starship
|
shell: ~/.cargo/bin/cargo install starship
|
||||||
args:
|
args:
|
||||||
creates: ~/.cargo/bin/starship
|
creates: ~/.cargo/bin/starship
|
||||||
when:
|
when:
|
||||||
- rust_extras == true
|
- rust_extras == true
|
||||||
|
|
||||||
|
- name: Install topgrade
|
||||||
|
shell: ~/.cargo/bin/cargo install topgrade
|
||||||
|
args:
|
||||||
|
creates: ~/.cargo/bin/topgrade
|
||||||
|
when:
|
||||||
|
- rust_extras == true
|
||||||
|
|
|
@ -35,3 +35,10 @@
|
||||||
dest: ~/.zshcompletions
|
dest: ~/.zshcompletions
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
|
- name: Symlink .zsh.d
|
||||||
|
file:
|
||||||
|
src: ~/.dotfiles/zsh/funcs
|
||||||
|
dest: ~/.zsh.d
|
||||||
|
state: link
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue