diff --git a/.config/sofmani.yml b/.config/sofmani.yml index 4746c7ec..3d7850b0 100644 --- a/.config/sofmani.yml +++ b/.config/sofmani.yml @@ -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)" ]'