diff --git a/README.md b/README.md index e6bfec4..7b7a1b2 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,16 @@ $ sh install.sh ## Includes +- Homebrew - Postman +- Notion +- Slack - Visual Studio Code -- Android Studio + OpenJDK +- Android Studio + OpenJDK (zulu11) - Node + Yarn - Cocoapods -- Fastlane -- Firebase CLI - OhMyZsh +- Zinit plugins +- Git alias - Watchman [RN] -- Imagemagick [RN] - Reactotron [RN] diff --git a/scripts/dev.sh b/scripts/dev.sh index c106725..4701b3b 100644 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -10,7 +10,7 @@ git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/theme ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme" # Plugins -sh -c "$(curl -fsSL https://raw.githubusercontent.com/zdharma/zinit/master/doc/install.sh)" +sh -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)" echo ' @@ -33,7 +33,7 @@ SPACESHIP_CHAR_SYMBOL="❯" SPACESHIP_CHAR_SUFFIX=" " # Plugins -zinit light zdharma/fast-syntax-highlighting +zinit light zdharma-continuum/fast-syntax-highlighting zinit light zsh-users/zsh-autosuggestions zinit light zsh-users/zsh-completions diff --git a/scripts/homebrew.sh b/scripts/homebrew.sh index a96cfb1..25e6da3 100755 --- a/scripts/homebrew.sh +++ b/scripts/homebrew.sh @@ -3,10 +3,10 @@ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Taps -brew tap AdoptOpenJDK/openjdk +brew tap homebrew/cask-versions # Install CLI brew install node@17 yarn cocoapods watchman android-platform-tools # Install Apps -brew install --cask notion slack visual-studio-code postman android-studio reactotron adoptopenjdk8 +brew install --cask notion slack visual-studio-code postman android-studio reactotron zulu11