-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from conneroisu/devie
devie
- Loading branch information
Showing
9 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,3 @@ command -v go >/dev/null 2>&1 || brew install go | |
|
||
# Check if the command, gum, exists, if not install it | ||
command -v gum >/dev/null 2>&1 || go install github.com/charmbracelet/gum@latest | ||
|
||
# Check if the command, protoc, exists, if not install it | ||
gum spin --spinner dot --title "Installing Protoc" --show-output -- \ | ||
command -v protoc >/dev/null 2>&1 || go install google.golang.org/protobuf/cmd/[email protected] && go install google.golang.org/grpc/cmd/[email protected] | ||
|
||
# Check if the command, sqlite3, exists, if not install it | ||
gum spin --spinner dot --title "Installing SQLite3" --show-output -- \ | ||
command -v sqlite3 >/dev/null 2>&1 || brew install sqlite | ||
|
||
# Check if the command, sqldiff, exists, if not install it | ||
gum spin --spinner dot --title "Installing SQLDiff" --show-output -- \ | ||
command -v sqldiff >/dev/null 2>&1 || brew install sqldiff | ||
|
||
# Check if the command, sqlc, exists, if not install it | ||
gum spin --spinner dot --title "Installing SQLC" --show-output -- \ | ||
command -v sqlc >/dev/null 2>&1 || brew install sqlc |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,3 @@ command -v go >/dev/null 2>&1 || brew install go | |
|
||
# Check if the command, gum, exists, if not install it | ||
command -v gum >/dev/null 2>&1 || go install github.com/charmbracelet/gum@latest | ||
|
||
# Check if the command, protoc, exists, if not install it | ||
gum spin --spinner dot --title "Installing Protoc" --show-output -- \ | ||
command -v protoc >/dev/null 2>&1 || go install google.golang.org/protobuf/cmd/[email protected] && go install google.golang.org/grpc/cmd/[email protected] | ||
|
||
# Check if the command, sqlite3, exists, if not install it | ||
gum spin --spinner dot --title "Installing SQLite3" --show-output -- \ | ||
command -v sqlite3 >/dev/null 2>&1 || brew install sqlite | ||
|
||
# Check if the command, sqldiff, exists, if not install it | ||
gum spin --spinner dot --title "Installing SQLDiff" --show-output -- \ | ||
command -v sqldiff >/dev/null 2>&1 || brew install sqldiff | ||
|
||
# Check if the command, sqlc, exists, if not install it | ||
gum spin --spinner dot --title "Installing SQLC" --show-output -- \ | ||
command -v sqlc >/dev/null 2>&1 || brew install sqlc |
This file contains 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