Skip to content

Instantly share code, notes, and snippets.

View haithngn's full-sized avatar
:octocat:
For the King

Nguyen Thanh Hai haithngn

:octocat:
For the King
View GitHub Profile
@haithngn
haithngn / osx_dependencies_quick_setup.sh
Last active December 12, 2023 10:13
OSX Dependency Quick Install
#!/bin/bash
# Ask for CocoaPods installation
read -n 1 -p "Do you want to install CocoaPods? (y/n): " cocoapods
echo ""
# Ask for Carthage installation
read -n 1 -p "Do you want to install Carthage? (y/n): " carthage
echo ""