Last active
February 10, 2022 15:46
-
-
Save remlapmot/8d2a03977cd9d82f4de15b6c4107e16e to your computer and use it in GitHub Desktop.
Useful developer tools on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# macOS developer tools without installing XCode | |
xcode-select --install | |
# homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
brew install checkbashisms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment