Skip to content

Commit

Permalink
Use eza instead of exa
Browse files Browse the repository at this point in the history
  • Loading branch information
thara committed Jun 10, 2024
1 parent e51ed14 commit 337b94a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
10 changes: 0 additions & 10 deletions etc/profile.d/exa.sh

This file was deleted.

10 changes: 10 additions & 0 deletions etc/profile.d/eza.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
if command -v eza &> /dev/null; then
alias eza='eza --time-style long-iso'
# grid, all, sort by type
alias ls='eza -G -a -s type'
alias l='eza -G -a -s type'
# table, all, sort by type, show group & git status
alias ll='eza -l -a -s type -g --git'
# tree
alias lt='eza -T'
fi
2 changes: 1 addition & 1 deletion script/init_arch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

yay -S tmux tig
yay -S git-lfs
yay -S exa fd ripgrep rargs zoxide bat
yay -S fd ripgrep rargs zoxide bat
yay -S fpp ghq fzf
yay -S rlwrap
yay -S git-delta
Expand Down
2 changes: 1 addition & 1 deletion script/init_debian
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apt-get install -y git-lfs tig tmux
## TODO
# git-now
# ghq
# exa
# eza
# fd
# rg
# vim
Expand Down
2 changes: 1 addition & 1 deletion script/init_osx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function brew_install {
brew_install bash
brew_install bash-completion

brew list exa &>/dev/null || brew install exa
brew list eza &>/dev/null || brew install eza
brew list fd &>/dev/null || brew install fd
brew list rg &>/dev/null || brew install rg
brew list zoxide &>/dev/null || brew install zoxide
Expand Down

0 comments on commit 337b94a

Please sign in to comment.