I hereby claim:
- I am miquelbrazil on github.
- I am miquelbrazil (https://keybase.io/miquelbrazil) on keybase.
- I have a public key ASBkxtbL0jZWZEjVB6Uj6fox_jbKEwFU2QycgLp4IBN8tQo
To claim this, I am signing this object:
| ls ~/Downloads/clv_jobs | head -10000 $1 | while read x; do find "$HOME/Downloads/clv_jobs/$x" -type f -execdir echo "$x/{}" \; ; done | rclone move --files-from - ~/Downloads/clv_jobs/ clv-prodocs:clv.prodocs/job --delete-empty-src-dirs -vP |
| # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
| # Initialization code that may require console input (password prompts, [y/n] | |
| # confirmations, etc.) must go above this block; everything else may go below. | |
| if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
| source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" | |
| fi | |
| source /usr/local/share/antigen/antigen.zsh | |
| antigen use oh-my-zsh |
I hereby claim:
To claim this, I am signing this object:
| # SSH Setup for GitHub Actions `run` keyword | |
| # Previous Approaches | |
| # Most pre-built GitHub Actions for CD with SSH keys don't allow for encrypted SSH keys. | |
| # Current Approach | |
| mkdir -p ~/.ssh | |
| ssh-keyscan -H $HOST >> ~/.ssh/known_hosts | |
| ssh-agent -a $SSH_AUTH_SOCK > /dev/null | |
| openssl rsa -in - <<< "${{ secrets.SSH_PRIVATE_KEY }}" -passin pass:${{ secrets.SSH_PASSPHRASE }} | ssh-add - |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |