From e36aaeb1973cd3ab1dd72ac2ce34ed0403f3deaa Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Sun, 27 Dec 2020 19:52:21 -0700 Subject: [PATCH] use gitignore except for env with vim fzf --- fd/fdignore.symlink | 1 + fish.configlink/config.fish | 2 +- homebrew/utils.Brewfile | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 fd/fdignore.symlink diff --git a/fd/fdignore.symlink b/fd/fdignore.symlink new file mode 100644 index 0000000..cde9454 --- /dev/null +++ b/fd/fdignore.symlink @@ -0,0 +1 @@ +!.env* diff --git a/fish.configlink/config.fish b/fish.configlink/config.fish index ed932b6..d5ec7c2 100644 --- a/fish.configlink/config.fish +++ b/fish.configlink/config.fish @@ -33,7 +33,7 @@ if status --is-interactive # Fuzzy finder fzf_key_bindings - set -g FZF_DEFAULT_COMMAND 'fd --type file' + set -gx FZF_DEFAULT_COMMAND 'fd --type file' set -g FZF_CTRL_T_COMMAND "$FZF_DEFAULT_COMMAND" set -g FZF_DEFAULT_OPTS '-m --height 50% --border' diff --git a/homebrew/utils.Brewfile b/homebrew/utils.Brewfile index a512d5e..b1ef75b 100644 --- a/homebrew/utils.Brewfile +++ b/homebrew/utils.Brewfile @@ -4,6 +4,7 @@ tap "nmasur/repo" tap "cjbassi/ytop" brew "jq" # JSON manipulation +brew "gron" # JSON grep brew "xsv" # CSV manipulation brew "dos2unix" # File conversion brew "trash" # Delete to trash