Skip to content

Commit

Permalink
Add pgcli to installation (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw authored Apr 15, 2024
1 parent fe48c8d commit c913601
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[bumpversion]
current_version = 0.1.108
current_version = 0.1.109
4 changes: 4 additions & 0 deletions install-mac.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@
"command -v nu >/dev/null 2>&1 || brew install nushell",
Installing nushell,
]
- [
"command -v pgcli >/dev/null 2>&1 || brew install pgcli",
Installing pgcli,
]
- ["command -v pipx >/dev/null 2>&1 || brew install pipx", Installing pipx]
- [
"command -v postgres >/dev/null 2>&1 || brew install postgresql",
Expand Down
3 changes: 3 additions & 0 deletions postgres/notes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://www.dataquest.io/blog/install-postgresql-14-7-for-macos/

createuser -s postgres

0 comments on commit c913601

Please sign in to comment.