From e9e9b10165196cb5611dcc7d58cc5e37bcf8eb4b Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 30 Jan 2026 15:43:03 +0000 Subject: [PATCH] [macos] Add LSQ --- macos/.config/homebrew/Brewfile | 2 ++ macos/.config/shell-common/99_macos.sh | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/macos/.config/homebrew/Brewfile b/macos/.config/homebrew/Brewfile index 68a17ed..0508cb2 100644 --- a/macos/.config/homebrew/Brewfile +++ b/macos/.config/homebrew/Brewfile @@ -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" diff --git a/macos/.config/shell-common/99_macos.sh b/macos/.config/shell-common/99_macos.sh index a0a4528..f2337b3 100644 --- a/macos/.config/shell-common/99_macos.sh +++ b/macos/.config/shell-common/99_macos.sh @@ -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