Skip to content

Instantly share code, notes, and snippets.

View hiteshgarg123's full-sized avatar
👋
Fluttering

Hitesh Garg hiteshgarg123

👋
Fluttering
View GitHub Profile
#!/bin/bash
# Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
# oh my ZSH
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"