Skip to content

Commit

Permalink
+mas
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit committed Jun 15, 2023
1 parent 327c2a8 commit 0be4f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ brews=(
"imagemagick --with-webp"
lnav # https://lnav.org/
m-cli # https://github.com/rgcr/m-cli
mas # https://github.com/mas-cli/mas
micro # https://github.com/zyedidia/micro
mtr # https://www.bitwizard.nl/mtr/
neofetch # https://github.com/dylanaraps/neofetch
Expand Down Expand Up @@ -221,6 +222,7 @@ curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
for sdk in "${sdks[@]}"
do
# shellcheck disable=SC2086
sdk install ${sdk}
done
sdk current
Expand Down

0 comments on commit 0be4f49

Please sign in to comment.