Skip to content

Commit

Permalink
bootstrap: install dua on macOS/linux. remove grandperspective.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Sep 13, 2024
1 parent 29ad29d commit 5e10ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions install/bootstrap_apps_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ if is_profile_admin_or_similar; then
homebrew_brew_install "inetutils" # GNU ftp comand and more
homebrew_brew_install "gnu-which" # GNU which comand

# Disk usage
homebrew_brew_install "dua" # faster ncdu with interactive support

# Zsh shell
# Use as default shell for current user
is_fedora && fedora_dnf_install "zsh"
Expand Down
3 changes: 0 additions & 3 deletions install/bootstrap_apps_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ if is_profile_admin_or_similar; then
is_macos && homebrew_brew_cask_install "cyberduck"
#is_fedora && fedora_dnf_install "filezilla" # Filezilla may have adware. Never install this https://en.wikipedia.org/wiki/FileZilla#Bundled_adware_issues

# Disk usage
is_macos && homebrew_brew_cask_install "grandperspective" # Disk usage GUI

# Password manager
is_macos && homebrew_brew_cask_install "1password@7"
is_macos && homebrew_brew_cask_install "keepassxc"
Expand Down

0 comments on commit 5e10ac9

Please sign in to comment.