Skip to content

Commit

Permalink
fix some apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumukh committed May 11, 2023
1 parent 0bc8470 commit 456962e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osx/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ echo '# Set PATH, MANPATH, etc., for Homebrew.' >> ~/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

brew install --cask alfred google-chrome iterm2 1password visual-studio-code spotify slack tableplus docker spectacle zoom notion bartender clocker tunnelblick tailscale quiver
brew install --cask alfred google-chrome iterm2 1password visual-studio-code spotify slack tableplus docker spectacle zoom notion bartender clocker tunnelblick tailscale
brew install zsh tmux ctags git hub reattach-to-user-namespace the_silver_searcher ghi wget watch dockutil

brew install ruby-install ruby-build rbenv rvm nvm yarn redis
brew install ruby-install ruby-build rbenv nvm yarn redis

echo 'export NVM_DIR="$HOME/.nvm"' >> ~/.zprofile
echo '[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm' >> ~/.zprofile
Expand Down

0 comments on commit 456962e

Please sign in to comment.