Skip to content

Commit a8313cb

Browse files
boostrap: more code cleanup
1 parent 3d10c0e commit a8313cb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

install/bootstrap_apps_cli.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)