mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
feat(sofmani): add devtui
This commit is contained in:
@@ -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)" ]'
|
||||
|
||||
Reference in New Issue
Block a user