Skip to content

Commit

Permalink
feat: support delta
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangou committed Jan 12, 2024
1 parent c2d5356 commit 9d1b779
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions install_arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ packages=(
eza
fd
fzf
git-delta
gitui
gping
hyperfine
Expand Down
1 change: 1 addition & 0 deletions install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ packages=(
exa # eza
# fd
fzf
# git-delta
# gitui
# gping
# hyperfine
Expand Down
2 changes: 1 addition & 1 deletion install_scoop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packages = (
# "aspell", "clipx", "putty", "ccleaner", "fork",
"git", "gitui", "gow", "gsudo", "less",
"bat", "fzf", "fd", "ripgrep", "zoxide",
"btop", "duf", "dust", "eza",
"btop", "delta","duf", "dust", "eza",
"gping", "tealdeer", "hyperfine"

# Editor
Expand Down

0 comments on commit 9d1b779

Please sign in to comment.