I hereby claim:
- I am NoDataFound on github.
- I am strike_intel (https://keybase.io/strike_intel) on keybase.
- I have a public key whose fingerprint is B1D8 6BA2 64AC 9D2A 76E7 78FF 16F0 762C DF15 5B72
To claim this, I am signing this object:
| gitleaks detect --source . -v -l debug -r "git_sh1t.json" -f json | echo "Commit,File,Match,Author,Email,Date" > git_sh1t.csv && jq -r '.[] | "\(.Commit),\(.File),\(.Match),\(.Author),\(.Email),\(.Date)"' git_sh1t.json | sort | uniq >> git_sh1t.csv |
| #!/bin/bash | |
| # Define variables | |
| DECKY_LOADER_URL="https://github.com/SteamDeckHomebrew/decky-loader/releases/latest/download/decky_installer.desktop" | |
| FRAMEGEN_RELEASE_API="https://api.github.com/repos/xXJSONDeruloXx/Decky-Framegen/releases/latest" | |
| DOWNLOADS_DIR="$HOME/Downloads" | |
| PLUGINS_DIR="$HOME/homebrew/plugins" | |
| FRAMEGEN_FOLDER="$PLUGINS_DIR/decky-framegen" | |
| DECKY_INSTALLER="$DOWNLOADS_DIR/decky_installer.desktop" | |
| INSTALLED_VERSION_FILE="$FRAMEGEN_FOLDER/version.txt" |
| #!/bin/bash | |
| # Ensure the script runs as root. | |
| if [ "$EUID" -ne 0 ]; then | |
| exec sudo "$0" "$@" | |
| fi | |
| BASE_BACKUP="Flipper/backups" | |
| SOURCE_DIR="/Volumes/Flipper" | |
| DATE=$(date +%Y-%m-%d) | |
| TIME=$(date +%H%M%S) |
I hereby claim:
To claim this, I am signing this object:
| VantaBrain installer — includes hakcerline (Claude Code statusline). Standalone hakcerline install: npx hakcerline install | |
| #!/bin/bash | |
| # VantaBrain installer | |
| # curl -fsSL https://vb.darkcode.ai | bash | |
| set -u | |
| VB_VERSION="3.2.1" | |
| REPO="vantagrid/vantabrain" |