General info: https://developer.1password.com/docs/cli
Release Versions: https://app-updates.agilebits.com/product_history/CLI2
OP_VERSION="v2.13.1"General info: https://developer.1password.com/docs/cli
Release Versions: https://app-updates.agilebits.com/product_history/CLI2
OP_VERSION="v2.13.1"| #!/usr/bin/env bash | |
| # bash <(curl -fsSL https://gist.githubusercontent.com/nsticco/c417ce3c00a4d88ff2661e3cc60f18d4/raw/bootstrap-ubuntu-devops.sh) | |
| # Bootstrap Ubuntu 24.04+ with DevOps tools + popular AI coding agent CLIs. | |
| # 2026-safe practices: no apt-key, uses /etc/apt/keyrings, non-interactive gpg, pkgs.k8s.io for kubectl, | |
| # pipx for Ansible, dedicated keyrings, and idempotent-ish installs. | |
| set -euo pipefail | |
| # ----------------------------------------------------------------------------- | |
| # Defaults (override via env or --param value) |
| #!/bin/bash -e | |
| clear | |
| echo "============================================" | |
| echo "WordPress Install Script" | |
| echo "============================================" | |
| echo "Database Name: " | |
| read -e dbname | |
| echo "Database User: " | |
| read -e dbuser | |
| echo "Database Password: " |
| # vi: ft=dosini | |
| [user] | |
| name = Pavan Kumar Sunkara | |
| email = pavan.sss1991@gmail.com | |
| username = pksunkara | |
| [core] | |
| editor = nvim | |
| whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| pager = delta | |
| [column] |