mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
feat: add lazyssh
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -191,3 +191,4 @@ alias vst="vstask"
|
||||
if is_linux; then
|
||||
alias md5="md5sum"
|
||||
fi
|
||||
alias lssh="lazyssh"
|
||||
|
||||
Reference in New Issue
Block a user