feat: add lazyssh

This commit is contained in:
2025-12-04 08:44:24 +02:00
parent f71817e6c5
commit 1098517df8
2 changed files with 19 additions and 0 deletions

View File

@@ -292,6 +292,24 @@ install:
# destination: /usr/local/bin
download_filename: lazysql_Linux_x86_64.tar.gz
- name: lazyssh
type: group
steps:
- name: lazyssh
type: brew
opts:
tap: Adembc/tap
- name: lazyssh
type: github-release
platforms:
only: ['linux']
opts:
repository: Adembc/lazyssh
strategy: tar
destination: ~/.local/bin
# destination: /usr/local/bin
download_filename: lazysql_Linux_x86_64.tar.gz
- name: atuin
type: shell
opts:

View File

@@ -191,3 +191,4 @@ alias vst="vstask"
if is_linux; then
alias md5="md5sum"
fi
alias lssh="lazyssh"