diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 43491e2..9f4f0f1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,2 +1,2 @@ [bumpversion] -current_version = 0.1.108 +current_version = 0.1.109 diff --git a/install-mac.conf.yaml b/install-mac.conf.yaml index f4795c5..a6e3d20 100644 --- a/install-mac.conf.yaml +++ b/install-mac.conf.yaml @@ -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", diff --git a/postgres/notes b/postgres/notes new file mode 100644 index 0000000..e8f5c70 --- /dev/null +++ b/postgres/notes @@ -0,0 +1,3 @@ +https://www.dataquest.io/blog/install-postgresql-14-7-for-macos/ + +createuser -s postgres