From f426c3eb0904defa065a91cd43afa3732e20f6bb Mon Sep 17 00:00:00 2001 From: Brian Ketelsen Date: Thu, 14 Sep 2023 09:43:17 -0400 Subject: [PATCH] fix: replace exa with eza (#273) --- internal/fleek/config.go | 2 +- internal/fleek/programs.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/fleek/config.go b/internal/fleek/config.go index 9c82875d..53c6d099 100644 --- a/internal/fleek/config.go +++ b/internal/fleek/config.go @@ -26,7 +26,7 @@ var ( HighPackages = []string{"lazygit", "jq", "yq", "neovim", "neofetch", "btop", "cheat"} LowPrograms = []string{"starship"} DefaultPrograms = []string{"direnv"} - HighPrograms = []string{"exa", "bat", "atuin", "zoxide"} + HighPrograms = []string{"eza", "bat", "atuin", "zoxide"} ) // Config holds the options that will be diff --git a/internal/fleek/programs.yml b/internal/fleek/programs.yml index a6771252..0d825fff 100644 --- a/internal/fleek/programs.yml +++ b/internal/fleek/programs.yml @@ -33,14 +33,14 @@ Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. Tip: toggle between directory, global and host history with CTRL-R https://atuin.sh - - name: exa + - name: eza description: | A modern replacement for ‘ls’. https://the.exa.website/ config_lines: - - key: programs.exa.enableAliases + - key: programs.eza.enableAliases value: true - - key: programs.exa.extraOptions + - key: programs.eza.extraOptions value: |- [ "--group-directories-first"