chore: replace exa with eza
parent
96f638735a
commit
6ef8fbfe4a
|
@ -38,7 +38,7 @@ if command -v fzf &>/dev/null; then
|
||||||
--color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \
|
--color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \
|
||||||
--color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8"
|
--color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8"
|
||||||
export FZF_CTRL_T_OPTS="--preview 'bat --color=always --line-range=:500 {}'"
|
export FZF_CTRL_T_OPTS="--preview 'bat --color=always --line-range=:500 {}'"
|
||||||
export FZF_ALT_C_OPTS="--preview 'exa --tree --level 1 {}'"
|
export FZF_ALT_C_OPTS="--preview 'eza --tree --level 1 {}'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Alias
|
# Alias
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
rustup update
|
rustup update
|
||||||
|
|
||||||
cargo install --locked \
|
cargo install --locked \
|
||||||
fd-find bat ripgrep git-delta exa tealdeer \
|
fd-find bat ripgrep git-delta eza tealdeer \
|
||||||
difftastic vivid zellij \
|
difftastic vivid zellij \
|
||||||
fnm stylua taplo-cli \
|
fnm stylua taplo-cli \
|
||||||
pfetch pokeget \
|
pfetch pokeget \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cargo install --force --locked \
|
cargo install --force --locked \
|
||||||
fd-find bat ripgrep git-delta exa tealdeer \
|
fd-find bat ripgrep git-delta eza tealdeer \
|
||||||
difftastic vivid zellij \
|
difftastic vivid zellij \
|
||||||
fnm stylua taplo-cli \
|
fnm stylua taplo-cli \
|
||||||
pfetch pokeget \
|
pfetch pokeget \
|
||||||
|
|
Loading…
Reference in New Issue