Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
fix: replace exa with eza (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen authored Sep 14, 2023
1 parent 5b7637e commit f426c3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/fleek/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions internal/fleek/programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f426c3e

Please sign in to comment.