Skip to content

Commit

Permalink
feat: 👍 add some apps and nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jun 11, 2024
1 parent 973eb72 commit 7d5f6ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions macos/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions macos/develop/packages/nvm.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions macos/develop/setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

bash packages/nvm.sh

brewInstallation() {
APP_LIST=("visual-studio-code" "dbngin" "tableplus" "postman")

Expand Down
2 changes: 1 addition & 1 deletion macos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==========================="
Expand Down

0 comments on commit 7d5f6ee

Please sign in to comment.