sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
| ;(async () => { | |
| const TIMEOUT_MS = 700 | |
| const delay = () => new Promise((resolve) => setTimeout(resolve, TIMEOUT_MS)) | |
| const revealButtons = document.querySelectorAll('button[aria-label="Click to reveal"]') | |
| for (revealButton of revealButtons) { | |
| revealButton.click() | |
| await delay() | |
| } |