feat(sofmani): add devtui

This commit is contained in:
2026-04-24 16:26:09 +03:00
parent 4ee28913a9
commit 6bb23e9ff5

View File

@@ -433,6 +433,16 @@ install:
# destination: /usr/local/bin
download_filename: lazyssh_Linux_{{ .ArchAlias }}.tar.gz
- name: devtui
type: github-release
opts:
repository: skatkov/devtui
strategy: tar
destination: ~/.local/bin
download_filename:
macos: devtui_Darwin_{{ .ArchAlias }}.tar.gz
linux: devtui_Linux_{{ .ArchAlias }}.tar.gz
- name: atuin
type: shell
check_has_update: '[ "$(cat ~/.cache/sofmani/atuin-version.txt 2>/dev/null)" != "$(curl -fsSL https://api.github.com/repos/atuinsh/atuin/releases/latest | jq -r .tag_name)" ]'