File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,9 +103,6 @@ if is_profile_admin_or_similar; then
103103 homebrew_brew_install " inetutils" # GNU ftp comand and more
104104 homebrew_brew_install " gnu-which" # GNU which comand
105105
106- # Disk usage
107- homebrew_brew_install " dua-cli" # faster ncdu with interactive support
108-
109106 # S3 compatible File transfer
110107 homebrew_brew_install " duck" # CLI companion to Cyberduck
111108
@@ -136,12 +133,14 @@ if is_profile_admin_or_similar; then
136133 # File explorer
137134 homebrew_brew_install " z" # Smarter cd
138135 homebrew_brew_install " zoxide" # like z but better
139- # homebrew_brew_install "xplr" # File explorer with many integrations
140- # homebrew_brew_install "nnn" # required by xplr
136+ # homebrew_brew_install "xplr" # File explorer with many integrations
137+ # homebrew_brew_install "nnn" # required by xplr
141138 homebrew_brew_install " yazi" # Simpler xplr replacement
142139
143140 # File size explorer
141+ homebrew_brew_install " dua-cli" # faster ncdu with interactive support
144142 homebrew_brew_install " ncdu" # du TUI (aka Grandperspective for terminal)
143+
145144 homebrew_brew_install " bat" # cat with highlighting, paging, line numbers support
146145
147146 # File type detection
You can’t perform that action at this time.
0 commit comments