Created
January 27, 2025 01:56
-
-
Save Antman261/5d8e551f88114e98ebe93b5e25d667e9 to your computer and use it in GitHub Desktop.
Install brew and GitHubCLI
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
(hash brew 2>/dev/null || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)") && (hash gh 2>/dev/null || brew install gh) && ([[ "$(gh auth status)" == *"Logged in"* ]] || gh auth login) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment