diff options
author | Tyler Davis <tydavis@gmail.com> | 2022-01-11 07:30:16 -0800 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2022-01-11 07:30:16 -0800 |
commit | 86c01c19c06020f32cac508c909cc5ea83c81334 (patch) | |
tree | 66bf02068edbd66282436dfe24c5791dafc70a02 | |
parent | 46b42e6c784d477331e865af31ddecd5533245cd (diff) | |
download | dotfiles-86c01c19c06020f32cac508c909cc5ea83c81334.tar.gz dotfiles-86c01c19c06020f32cac508c909cc5ea83c81334.zip |
brew: add gdu
-rwxr-xr-x | .setup/installbrew.sh | 2 | ||||
-rw-r--r-- | .setup/list.brew | 1 |
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 |