Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update scripts #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
4 changes: 2 additions & 2 deletions scripts/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions scripts/homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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