#author("2026-03-17T14:20:11+09:00","default:nobuoki","nobuoki") #author("2026-03-17T14:26:08+09:00","default:nobuoki","nobuoki") * yq [#q08568b5] #prism(bash){{{ sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq && sudo chmod +x /usr/local/bin/yq }}} * ripgrep [#wce85bfc] #prism(bash){{{ curl -sSL https://github.com/BurntSushi/ripgrep/releases/latest/download/ripgrep-$( \ curl -s https://api.github.com/repos/BurntSushi/ripgrep/releases/latest \ | jq -r .tag_name \ )-x86_64-unknown-linux-musl.tar.gz \ | sudo tar -xz -C /usr/local/bin --strip-components=1 --wildcards '*/rg' && chmod a+x /usr/local/bin/rg }}}