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 supported Ubuntu releases with current stable DevOps tools, Docker Engine, | |
| # the Docker Compose plugin, and selected AI coding agent CLIs. | |
| # | |
| # Strategy last reviewed: 2026-08-18 | |
| # - Follow vendor APT repositories for packages that should receive normal OS updates. | |
| # - Resolve current stable GitHub releases at install time for standalone binaries. | |
| # - Verify downloaded standalone binaries against publisher-provided SHA-256 checksums. | |
| # - Keep language runtimes on production LTS lines by default: Node.js 24 and Java 25. |
| #!/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] |