diff --git a/macos/Brewfile b/macos/Brewfile index 8bf2980..5074211 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -13,6 +13,8 @@ brew "jq" brew "neofetch" brew "nginx" brew "pinentry-mac" +brew "pngquant" +brew "tree" cask "google-chrome" cask "docker" cask "font-aileron" diff --git a/macos/develop/packages/nvm.sh b/macos/develop/packages/nvm.sh new file mode 100644 index 0000000..7b826b6 --- /dev/null +++ b/macos/develop/packages/nvm.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Install nvm +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash +nvm install --lts diff --git a/macos/develop/setup.sh b/macos/develop/setup.sh index 67afe86..25339b6 100644 --- a/macos/develop/setup.sh +++ b/macos/develop/setup.sh @@ -1,5 +1,7 @@ #!/bin/bash +bash packages/nvm.sh + brewInstallation() { APP_LIST=("visual-studio-code" "dbngin" "tableplus" "postman") diff --git a/macos/install.sh b/macos/install.sh index 351cfe1..d503ef4 100644 --- a/macos/install.sh +++ b/macos/install.sh @@ -30,7 +30,7 @@ done echo '####################################################################' brewInstallation() { - APP_LIST=("skype" "spotify" "anydesk" "teamviewer" "obs" "chatgpt" "slack" "gpg-suite" "notion" "zoom" "figma") + APP_LIST=("skype" "spotify" "anydesk" "teamviewer" "obs" "chatgpt" "slack" "gpg-suite" "notion" "zoom" "figma" "vlc") for appName in "${APP_LIST[@]}"; do echo "=========================== $appName ==========================="