[macos] Add LSQ

This commit is contained in:
Andrew Williams
2026-01-30 15:43:03 +00:00
parent a9c028f7df
commit e9e9b10165
2 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ tap "nikitabobko/tap"
tap "terraform-docs/tap"
tap "sass/sass"
tap "setchy/brews"
tap "nikdoof/tap"
# Formulae
brew "awscli"
@@ -38,6 +39,7 @@ brew "kubernetes-cli"
brew "kubeseal"
brew "localstack/tap/localstack-cli"
brew "mas"
brew "nikdoof/tap/nikdoof-lsq"
brew "node"
brew "php"
brew "poetry"

View File

@@ -140,3 +140,8 @@ f() {
spotlight() {
mdfind "kMDItemDisplayName == '${1}'wc" | fzf --preview 'fzf-preview.sh {}' --height 40%
}
# Provide default args to LSQ
if [ -x "$(command -v lsq)" ]; then
alias lsq='lsq -d $HOME/Documents/Logseq/PKM/'
fi