From f2440d19c2c853f5486372f8d1d10f12c34b4322 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Thu, 11 Jul 2024 07:57:43 -0700 Subject: [PATCH] brew: add yazi --- .config/brew/Brewfile##default | 1 + .config/yazi/yazi.toml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .config/yazi/yazi.toml diff --git a/.config/brew/Brewfile##default b/.config/brew/Brewfile##default index 76f5611..d18cacb 100644 --- a/.config/brew/Brewfile##default +++ b/.config/brew/Brewfile##default @@ -15,3 +15,4 @@ brew "pre-commit" brew "ripgrep" brew "uv" brew "yadm" +brew "yazi" diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml new file mode 100644 index 0000000..e0c585e --- /dev/null +++ b/.config/yazi/yazi.toml @@ -0,0 +1,2 @@ +[manager] +show_hidden = true