Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 690 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 690 Bytes

🗣 Setup Your mac for laravel and flutter development

📝 Install Xcode

xcode-select --install

📝 Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

💪 💻 Start Setup Your mac for laravel and flutter development

curl -s https://raw.githubusercontent.com/devanoxLtd/mac-setup/main/setup.sh | bash

⚡ Configure Git Profile

git config --global user.name "Mr Chetan"
git config --global user.email "contact@mrchetan.com"

⚡ Configure Git Profile For Single Repo

git config user.name "Mr Chetan"
git config user.email "contact@mrchetan.com"