mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-31 19:58:25 +00:00
<codebook> spellcheck lsp, <difftastic> diff with code syntax understanding, <trash-cli> trash cli, files autodelete in 30 days setup
This commit is contained in:
parent
6561d54f45
commit
19b706da4c
4 changed files with 42 additions and 19 deletions
|
|
@ -39,3 +39,26 @@
|
|||
- --strip=1
|
||||
- --no-anchored
|
||||
- tinymist
|
||||
|
||||
- name: Get latest codebook (spellcheck lsp) version
|
||||
community.general.github_release:
|
||||
user: blopker
|
||||
repo: codebook
|
||||
action: latest_release
|
||||
register: codebook_version
|
||||
|
||||
- name: "Installing codebook (spellcheck lsp) {{ codebook_version.tag }}"
|
||||
become: true
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: yes
|
||||
# TODO: insert v before version ??
|
||||
src: "https://github.com/blopker/codebook/releases/download/{{ codebook_version.tag }}/codebook-lsp-x86_64-unknown-linux-musl.tar.gz"
|
||||
dest: "/usr/bin/"
|
||||
mode: a+x
|
||||
keep_newer: yes
|
||||
extra_opts:
|
||||
- --strip=1
|
||||
- --no-anchored
|
||||
- codebook-lsp
|
||||
|
||||
# TODO: codebook setup (add to helix config, etc.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue