Skip to content

Instantly share code, notes, and snippets.

@skyylex
Last active November 16, 2016 13:49
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 skyylex/8028cc068cb8aae654407fc6665a4f72 to your computer and use it in GitHub Desktop.
Save skyylex/8028cc068cb8aae654407fc6665a4f72 to your computer and use it in GitHub Desktop.
Setup Developer tools for iOS Developer in the terminal
# Sublime links setup
sudo rm -rf /usr/local/bin/subl
sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/
subl .
# Homebrew packages
# bash-completion, carthage, swiftlint, rbenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment