mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 19:08:16 +00:00
[macos] Add LSQ
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user