mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-31 11:28:14 +00:00
[macos] Add LSQ
This commit is contained in:
@@ -10,6 +10,7 @@ tap "nikitabobko/tap"
|
|||||||
tap "terraform-docs/tap"
|
tap "terraform-docs/tap"
|
||||||
tap "sass/sass"
|
tap "sass/sass"
|
||||||
tap "setchy/brews"
|
tap "setchy/brews"
|
||||||
|
tap "nikdoof/tap"
|
||||||
|
|
||||||
# Formulae
|
# Formulae
|
||||||
brew "awscli"
|
brew "awscli"
|
||||||
@@ -38,6 +39,7 @@ brew "kubernetes-cli"
|
|||||||
brew "kubeseal"
|
brew "kubeseal"
|
||||||
brew "localstack/tap/localstack-cli"
|
brew "localstack/tap/localstack-cli"
|
||||||
brew "mas"
|
brew "mas"
|
||||||
|
brew "nikdoof/tap/nikdoof-lsq"
|
||||||
brew "node"
|
brew "node"
|
||||||
brew "php"
|
brew "php"
|
||||||
brew "poetry"
|
brew "poetry"
|
||||||
|
|||||||
@@ -140,3 +140,8 @@ f() {
|
|||||||
spotlight() {
|
spotlight() {
|
||||||
mdfind "kMDItemDisplayName == '${1}'wc" | fzf --preview 'fzf-preview.sh {}' --height 40%
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user