Skip to content

Instantly share code, notes, and snippets.

@kiryuxxu
Last active April 28, 2016 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiryuxxu/73cba754fa59d827a7363c891f12c2e5 to your computer and use it in GitHub Desktop.
Save kiryuxxu/73cba754fa59d827a7363c891f12c2e5 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "===== Mac ====="
sysctl hw.model
sw_vers -productVersion
echo "\n===== Xcode ====="
xcodebuild -version
xcode-select -p
echo "\n===== gcc ====="
gcc -v
echo "\n===== Ruby ====="
which ruby
ruby --version
echo "\n===== gem ====="
which gem
gem --version
echo "\n ===== rbenv ====="
which rbenv
rbenv --version
rbenv versions
echo "\n===== bundle ====="
which bundle
bundle --version
bundle list
echo "\n===== pod ====="
which pod
pod --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment