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
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install starship
|
||||
shell: ~/.cargo/bin/cargo install starship
|
||||
args:
|
||||
creates: ~/.cargo/bin/starship
|
||||
when:
|
||||
- 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
|
||||
state: link
|
||||
force: yes
|
||||
|
||||
- name: Symlink .zsh.d
|
||||
file:
|
||||
src: ~/.dotfiles/zsh/funcs
|
||||
dest: ~/.zsh.d
|
||||
state: link
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue