This file contains hidden or 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
| #!/usr/bin/env bash | |
| # install.sh — Zero-to-bootstrap for a bare Linux Mint / Ubuntu 22.04 machine | |
| # | |
| # This is the ONLY script you need to remember. Run it on a fresh machine: | |
| # | |
| # bash <(curl -fsSL https://gist.githubusercontent.com/step41/GIST_ID/raw/install.sh) | |
| # | |
| # It will: | |
| # 1. Install gh CLI + bw CLI | |
| # 2. Log in to Bitwarden (master password only — nothing else to remember) |