summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2022-01-11 07:30:16 -0800
committerTyler Davis <tydavis@gmail.com>2022-01-11 07:30:16 -0800
commit86c01c19c06020f32cac508c909cc5ea83c81334 (patch)
tree66bf02068edbd66282436dfe24c5791dafc70a02
parent46b42e6c784d477331e865af31ddecd5533245cd (diff)
downloaddotfiles-86c01c19c06020f32cac508c909cc5ea83c81334.tar.gz
dotfiles-86c01c19c06020f32cac508c909cc5ea83c81334.zip
brew: add gdu
-rwxr-xr-x.setup/installbrew.sh2
-rw-r--r--.setup/list.brew1
2 files changed, 2 insertions, 1 deletions
diff --git a/.setup/installbrew.sh b/.setup/installbrew.sh
index dd15620..542beb4 100755
--- a/.setup/installbrew.sh
+++ b/.setup/installbrew.sh
@@ -527,7 +527,7 @@ then
fi
else
# On Linux, support only 64-bit Intel
- if [[ "${UNAME_MACHINE}" == "arm64" ]]
+ if [[ "${UNAME_MACHINE}" == "aarch64" ]]
then
abort "$(
cat <<EOABORT
diff --git a/.setup/list.brew b/.setup/list.brew
index 4b80dda..40e17d5 100644
--- a/.setup/list.brew
+++ b/.setup/list.brew
@@ -8,6 +8,7 @@ font-fira-code
font-fira-mono
fzf
gdbm
+gdu
gettext
gh
git-delta