Topgrade, and a soft link

This commit is contained in:
Anthony Cicchetti 2020-01-01 14:27:31 -05:00
parent 46ff779dab
commit 6e9902245c
2 changed files with 15 additions and 0 deletions

View file

@ -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

View file

@ -35,3 +35,10 @@
dest: ~/.zshcompletions
state: link
force: yes
- name: Symlink .zsh.d
file:
src: ~/.dotfiles/zsh/funcs
dest: ~/.zsh.d
state: link